Clone this repo using:
git clone https://github.com/shansm/todo-app.git
cd todo-appInstall all dependencies with:
npm iNow you'll need a backend API. I recommend json-server along with todos-list.
Once the backend is up and running you can now run this app with:
npm startIt will start a local server using webpack-dev-server and then head over to http://localhost:8080.
- single run:
npm test - live mode (TDD style):
npm run test-watch
- in a tab, if not already running!:
npm start - in a new tab:
npm run webdriver-start - in another new tab:
npm run e2e
