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
- Host: GitHub
- URL: https://github.com/juliomatcom/angular-express-seed
- Owner: juliomatcom
- License: mit
- Created: 2016-03-03T10:19:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T10:50:16.000Z (over 9 years ago)
- Last Synced: 2025-07-03T02:04:03.937Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*