Skip to content

A boilerplate app using Node + Bower + ExpressJS + Gulp + RequireJs

License

Notifications You must be signed in to change notification settings

nyusaf/starter-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

How To Run

This project uses Node, Express, and Gulp to run a small webserver. For best results you may want to have these installed before cloning this repo:

Once you have the repo cloned, make sure you install the dependencies

  > npm install -d # for server dependencies
  > bower install # for client dependencies

Once the dependencies have installed, you can run in "developement mode" with

npm run dev

You can then view the app in a browser using the URL

http://localhost:9999

About

A boilerplate app using Node + Bower + ExpressJS + Gulp + RequireJs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published