https://github.com/iftekhersunny/expressjs-boilerplate
https://github.com/iftekhersunny/expressjs-boilerplate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iftekhersunny/expressjs-boilerplate
- Owner: IftekherSunny
- Created: 2016-05-24T07:44:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T05:18:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T00:15:12.074Z (5 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressJS-Boilerplate
### Install dependencis
```
npm install
```### Start server
```
npm start
```### Run test
```
npm test
```### Build assets
```
gulp
```### Env file
Create .env file for production & .env.dev file for the development.