0.0.1-f • Published 9 years ago

meansfw v0.0.1-f

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

meansfw: MEAN project template

Goal

Provide a production-ready minimalist MEAN project template.

Usage

The template assumes git, nodejs, bower and mongodb are correctly installed.

$ npm install -g meansfw
$ meansfw <myApp>

Structure

app
models/
----- index.js

views/
----- index.ejs

controllers/
----- index.js

routes/
----- index.js

index.js
config
default.json
public
app/            // Angular App
----- main.js

assets/
----- img/      // Images and icons for your app
----- css/      // All styles and style related files (SCSS or LESS files)
----- js/       // JavaScript files written for your app that are not for angular
----- libs/     // Third-party libraries such as jQuery, Moment, Underscore, etc.

index.html

Contributing

  1. Fork this repo and make changes in your own fork.
  2. Commit your changes and push to your fork git push origin master
  3. Create a new pull request and submit it back to the project.

Bugs & Issues

To report bugs (or any other issues), use the issues page.