A collection of projects built on the Angular Framework, using the Angular CLI and Express server.
- basic-webpage : Basic single page site build using components and routes.
- github-search : SPA to search and find github users and also list their repos.
- ng-spotify : SPA which uses the Spotify Web API to find artists, albums and also list tracks.
- mean-todo : Basic CRUD WebApp built on the Mongo-Express-Angular-Node Stack to manage todos.
Make sure you have angular cli installed.
$ npm install -g angular-cli
Clone the repo
$ git clone https://github.com/ajayns/angular-projects.git
Go to any of the project folders and then, Install dependencies
$ npm install
Test locally
$ ng build && node server.js