Skip to content

henryfreel/node-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed Template for Node.js with Express, and Body-parser

What's in the Box?

  1. Node.js
  2. Express
  3. Underscore.js (server)
  4. Body-parser
  5. Underscore.js (client)
  6. Jquery
  7. Boostrap

Getting Started

  1. Clone or fork this repo

    $ git clone git@github.com:henryfreel/node-seed.git
    
  2. cd into the new directory

    $ cd node-seed
    
  3. If you haven't already, Install Node & NPM

    1. Install Homebrew:

      ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      
    2. Install node

      brew install node
      
  4. Install all the necessary modules

    $ npm install
    
  5. Run either node server.js, npm start, or nodemon (docs). All three commands do the same thing, which is start your server :)

  6. That's it!

File structure

|node-seed
- README.md
- index.js
- package.json
|public
	|scripts
		- scripts.js
	|styles
		- styles.css
	|views
		- index.html

About

Node.js and NPM Starter pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages