Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meanhub/mean-seed

a minimalistic MEAN app skeleton
https://github.com/meanhub/mean-seed

Last synced: about 1 month ago
JSON representation

a minimalistic MEAN app skeleton

Awesome Lists containing this project

README

        

# MEAN-seed
A minimalistic MEAN app skeleton

## Install dependencies
`cd dev`

`npm install`

`cd client`

`bower install`

## Run the app
`npm start & gulp --prod`

Use `--prod` argument minimizes and concatenates js and css files. Use onlu for production deployment