Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mangoweb/mango-cli-example
Ready to eat mango-cli project
https://github.com/mangoweb/mango-cli-example
mango-cli
Last synced: 14 days ago
JSON representation
Ready to eat mango-cli project
- Host: GitHub
- URL: https://github.com/mangoweb/mango-cli-example
- Owner: manGoweb
- Created: 2015-02-06T13:47:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:25:34.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T00:03:21.916Z (over 1 year ago)
- Topics: mango-cli
- Language: CSS
- Homepage: https://mango-cli-example.herokuapp.com
- Size: 228 KB
- Stars: 4
- Watchers: 19
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mango-cli project example
A starter project for [mango-cli](https://github.com/manGoweb/mango-cli) devstack.
## Prerequisite
1. [Node.js](https://nodejs.org)
2. [Mango-cli](https://github.com/manGoweb/mango-cli) (`npm install -g mango-cli`)### Mango-cli-example specific
- `npm install`
## Development
- `npm start`
## Production build
- `npm run build`
## Serve production build files
- `npm run serve`
or
- `PORT=3000 npm run serve` # Runs server on custom port 3000
## Heroku deployment
1. Create a new app: `heroku create`
2. Set config to install devDependencies: `heroku config:set NPM_CONFIG_PRODUCTION=false`
3. Deploy the app: `git push heroku`## Current build preview
https://mango-cli-example.herokuapp.com/