Skip to content

shansm/todo-app

Repository files navigation

Todo App

todo

Running the app

Clone this repo using:

git clone https://github.com/shansm/todo-app.git
cd todo-app

Install all dependencies with:

npm i

Now 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 start

It will start a local server using webpack-dev-server and then head over to http://localhost:8080.

Testing

1. Unit Tests

  • single run: npm test
  • live mode (TDD style): npm run test-watch

2. End-to-End Tests (aka. e2e, integration)

  • in a tab, if not already running!: npm start
  • in a new tab: npm run webdriver-start
  • in another new tab: npm run e2e

About

Todo app built using Angular 2.0.0, Webpack, TypeScript, Bootstrap 4, Jasmine, Karma, Istanbul, Protractor, Sass and TSLint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published