Skip to content

Stack using Yeoman 1.0.0-beta.4, ExpressJS 3.1.0 and Angular.

Notifications You must be signed in to change notification settings

coladarci/express-yeoman-angular-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack using Yeoman 1.0.0-beta.4, Express 3.1.0 and AngularJS

This is a template project which integrates Yeoman and NodeJS+ExpressJS together.

Installation

  1. Clone the repository
  2. Open a terminal window, go to the cloned directory and run npm install
  3. Go to the 'client' folder and run npm install && bower install.
  4. Still in the 'client' folder runs grunt server

Testing

If you want to run the tests, use grunt test inside the 'client' folder.

Distribution

If you want to generate a distribution for your app, runs the grunt build inside the 'client' folder.srm

ExpressJS uses a environment variable called NODE_ENV to control which enviroment will be loaded. Double check when deploying to your production server to set NODE_ENV variable to 'production' in order to instruct ExpressJS to load the minified and concatenated files.

Also, this template contains a Procfile ready to be used on Heroku. You'll just need to add a remote which points to a valid Heroku project and everything should work.

About

Stack using Yeoman 1.0.0-beta.4, ExpressJS 3.1.0 and Angular.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published