Demo application for consume API of the Acme Social backend application
You can modify the API endpoint in the app/js/configs.js files.
- Get Node.js.
- Install the tool dependencies (
npm install
).
The application relies upon Bower node.js tools. You can install it by running:
npm install
This will also run bower, which will download the angular files needed for the application.
- Run
npm start
- navigate your browser to
http://localhost:8000
to see the app running in your browser.