This project was bootstrapped with Create React App.
Basically this app uses:
- React
- Redux
- Jest
- Clone the repo
git clone git@github.com:lnolazco/hutoma-test.git
- Go to project folder
cd hutoma-test
- Install the dependencies
npm install
Execute the following command:
npm start
Open http://localhost:3000 to view it in the browser.
Launch the test runner in the interactive watch mode.
npm test
Jest has an integrated coverage reporter that works well with ES6 and requires no configuration.
Run npm test -- --coverage
- Complete unit tests
- Add more code coverage
- Add functional tests
- Add css preprocessor like sass or less.