Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laynef/mern-stack_cli
https://github.com/laynef/mern-stack_cli
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laynef/mern-stack_cli
- Owner: laynef
- Created: 2017-01-11T19:34:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T04:29:30.000Z (over 7 years ago)
- Last Synced: 2024-10-16T09:22:59.638Z (about 1 month ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN-Stack Cli
___ ___ ___________ _ _
| \\/ || ___| ___ \\ \\ | |
| . . || |__ | |_/ / \\| |
| |\\/| || __|| /| . ` |
| | | || |___| |\\ \\| |\\ |
\\_| |_/\\____/\\_| \\_\\_| \\_/
## Installation
`npm install -g mern-stack-cli`
`mern runs`
`mern create `
`cd `
`npm install`
`Add MongoDB Connection in config.js I use MLAB`
`npm start`## Make Empty Component
`cd `
`mern make `
`mern page `## Make Empty Page
`cd `
`mern page `## Extra Commands
Use `npm start` to start the server
Use `npm run build:pro` for webpack production
Use `npm run build` for webpack developing watch