https://github.com/dimpiax/node-express-boilerplate
Boilerplate starter for Node.js + Express application.
https://github.com/dimpiax/node-express-boilerplate
babel eslint express flow nodejs
Last synced: 3 months ago
JSON representation
Boilerplate starter for Node.js + Express application.
- Host: GitHub
- URL: https://github.com/dimpiax/node-express-boilerplate
- Owner: dimpiax
- Created: 2017-06-21T11:16:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T13:30:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-08T18:41:40.615Z (5 months ago)
- Topics: babel, eslint, express, flow, nodejs
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-boilerplate
Boilerplate starter for Node.js + Express application.## Environment
Boilerplate includes:
* Babel
* ESlint
* Flow## Setup
For fully setup you need to have Git, NPM, Node on your machine.1. Clone the project and go into:
`git clone [email protected]:dimpiax/node-express-boilerplate.git my-project && cd $_`2. Make `start` bash script executable:
`chmod +x start`3. Execute script
`./start`After it will create and all needed files and install packages, you are able to start from `index.js`.
## Run
Start application by command `npm start`, it will decide which command to start relatively to `NODE_ENV`.