Front-end application to consume Amazing TODO API
- Angular (Rest Angular, ui-router)
- Angular Material
- NodeJS
- GulpJS
- Satellizer: Token-based AngularJS Authentication
First, you'll need to install NodeJS if you don't have it already, then fork this repository, enter it and run:
npm install
Wait for the dependencies to install and run the command:
gulp
To start a local http server, then open a browser and visit: localhost:8000 to see the app running.
The server is listening for changes in files, so if you edit and save a file in your editor, the server will reload the app.
Check the CHANGELOG file!