https://github.com/jennndol/express-server-template
A template for creating server using express, eslint, mocha, chai
https://github.com/jennndol/express-server-template
babel chai chai-http express istanbuljs mocha nyc skeleton template
Last synced: 2 months ago
JSON representation
A template for creating server using express, eslint, mocha, chai
- Host: GitHub
- URL: https://github.com/jennndol/express-server-template
- Owner: jennndol
- License: unlicense
- Created: 2018-05-31T22:15:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T09:48:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T10:19:12.305Z (4 months ago)
- Topics: babel, chai, chai-http, express, istanbuljs, mocha, nyc, skeleton, template
- Language: JavaScript
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-server-template
A template for creating server using express, eslint, mocha, chai and using ES6 compatibility// to run the app
> yarn start
// to run the test
> yarn testUsing the following packages:
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"jsonwebtoken": "^8.2.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.19.1",
"rimraf": "^2.6.2"Don't forget to follow me on github guys, thank you. I love you :)