A sample project for Node(Server) + Angular(Client).
This sample consists of a node proxy express-http-proxy. All the req/res are proxied from the server, hence make it more secure and avoid CORS.
post cloning the project, please follow the steps to start the project:
- npm install -g bower grunt-cli
- gem install sass
- [sudo] npm install
- bower install
- npm start