Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meanhub/mean-seed
- Owner: meanhub
- Created: 2015-07-08T07:00:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T09:52:05.000Z (almost 9 years ago)
- Last Synced: 2023-03-02T19:41:26.902Z (almost 2 years ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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