Example Angular 1.5+ (ES6 + Components) codebase
- Clone repo
npm install
gulp
Make sure you have gulp installed globally (npm install -g gulp
)
The source code for the backend server (available for Node) can be found in the node-api.
If you want to change the API URL, simply edit src/js/config/app.contants.js
and change api
to the server's URL (i.e. localhost:3000/api
)