Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laynef/rens-stack_cli
A boilerplate for your API in Node.js & Web Server in React, Express, Node, and PostgreSQL
https://github.com/laynef/rens-stack_cli
boilerplate-application
Last synced: 8 days ago
JSON representation
A boilerplate for your API in Node.js & Web Server in React, Express, Node, and PostgreSQL
- Host: GitHub
- URL: https://github.com/laynef/rens-stack_cli
- Owner: laynef
- Created: 2016-12-08T06:02:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T23:27:35.000Z (over 7 years ago)
- Last Synced: 2024-10-06T16:15:42.102Z (about 1 month ago)
- Topics: boilerplate-application
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
______ _____ _ _ _____
| ___ \ ___| \ | |/ ___|
| |_/ / |__ | \| |\ `--.
| /| __|| . ` | `--. \
| |\ \| |___| |\ |/\__/ /
\_| \_\____/\_| \_/\____/
# RENS-Stack Cli## Installation
`npm install -g rens-stack-cli`
`rens runs`
`rens create `
`cd `
`npm install`
`npm start`## Make Empty Component
`cd `
`rens make `## Make Empty Page
`cd `
`rens page `## Extra Commands
Use `npm start` to start the server
Use `npm run build` for webpack production
Use `npm run watch` for webpack developing watch