8000 GitHub - henryfreel/MEAN-seed
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

henryfreel/MEAN-seed

< 8000 button hidden="" data-hotkey-scope="read-only-cursor-text-area">

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Stack Seed Template with Body-parser, and Compass (Sass compiler)

What's in the Box?

  1. Node.js
  2. Express
  3. Angular.js, CDN (with ngRoute setup)
  4. Body-parser
  5. Boostrap, CDN

Getting Started

  1. Clone or fork this repo

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

    $ cd MEAN-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. If you want to use Sass with Compass...

    1. Mac: Install Compass:

      $ sudo gem install compass
      
    2. Watch Compass directory:

      cd public/assets/compass
      
      
      $ compass watch
      
    3. If it says

      >>> Compass is polling for changes. Press Ctrl-C to Stop.
      

      You're good to go!

    4. For Windows or if you need more help with Sass/Compass checkout this quick Compass starter

  7. That's it!

File structure

|MEAN-seed
- node_modules (once you run npm install)
|public
	|compass
		|sass
		- config.rb
	|css
		- normalize.css
		- styles.css
	|scripts
		- app.js
		- controllers.js
	|views
		|templates
			- first-page.html
			- main.html
			- second-page.html
		- index.html
- Package.json
- README.md
- server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0