An open API service indexing awesome lists of open source software.

https://github.com/juliomatcom/angular-express-seed

An angular and express seed with NPM & Bower
https://github.com/juliomatcom/angular-express-seed

Last synced: 4 months ago
JSON representation

An angular and express seed with NPM & Bower

Awesome Lists containing this project

README

          

# angular-express-seed
An angular and express seed with NPM & Bower **pre-configured** for easy start playing in your local env.
___
### Steps
- Clone this repo to your local
- On terminal *cd* to folder *angular-express-seed/* and run `npm install`
- *cd* to folder *app/* and run `bower install`
- *cd* back to *angular-express-seed/* and run `node server.js`
- Navigate to http://127.0.0.1:3000/

*Remember update the package.json and bower.json as you need it*