Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesielviana/nodejs-project-template
Template for Nodejs Projetc
https://github.com/jesielviana/nodejs-project-template
Last synced: 6 days ago
JSON representation
Template for Nodejs Projetc
- Host: GitHub
- URL: https://github.com/jesielviana/nodejs-project-template
- Owner: jesielviana
- License: mit
- Created: 2018-12-19T21:16:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T05:03:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T12:13:01.042Z (about 2 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Nodejs Projetcs
Implements Javascript best practices validated by eslint based on the Airbnb JavaScript Style Guide
## Requirements
* [NodeJs](http://nodejs.org) >= 10.x
* [mongodb](http://mongodb.org) >= 4.x## Install
```sh
$ git clone [email protected]:jesielviana/nodejs-project-template.git
$ npm install
```then
```sh
$ npm start
```Then visit [http://localhost:3000/](http://localhost:3000/)
## Tests
```sh
$ npm test
```## Code Style Guide
Syntax that is permitted is based in the [Airbnb Style Guide](https://github.com/jesielviana/javascript-style-guide-for-nodejs).