This repo was created for a interview project for Mobelux. The objective was to replicate the Google app "Task" (as much as possible) within a 8hr time window. And this was the result.
Ensure you have latest versions of Node and Npm installed as well as the Angular CLI https://nodejs.org/en/ https://cli.angular.io/
Developed with Node -v: v8.12.0 NPM -v: 6.4.1 Angular CLI: 6.2.3
Navigate to root of the project (ex. projects/ng-task) and follow these steps
- Run npm install (will download all dependencies and create a node_modules dir at the root of the project)
- Run ng serve
- Go to http://localhost:4200/ on your browser