https://github.com/robertoachar/node-project
Starter files for a Node.js project.
https://github.com/robertoachar/node-project
node starter-files
Last synced: 2 months ago
JSON representation
Starter files for a Node.js project.
- Host: GitHub
- URL: https://github.com/robertoachar/node-project
- Owner: robertoachar
- License: mit
- Created: 2018-09-26T16:44:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T17:36:35.000Z (over 3 years ago)
- Last Synced: 2024-12-26T07:42:16.123Z (4 months ago)
- Topics: node, starter-files
- Language: JavaScript
- Homepage: https://github.com/robertoachar/generator-node
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-project
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> Node Project
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/node-project.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage (npm) | Usage (yarn) |
| ----------------------------------- | ----------------------- | -------------------- |
| Start development mode | `npm start` | `yarn start |
| Run lint | `npm run lint` | `yarn lint` |
| Start lint in watch mode | `npm run lint:watch` | `yarn lint:watch` |
| Run tests | `npm run jest` | `yarn jest` |
| Start tests in watch mode | `npm run jest:watch` | `yarn jest:watch` |
| Run tests with code coverage | `npm run jest:coverage` | `yarn jest:coverage` |
| Run lint + tests | `npm test` | `yarn test` |
| Start lint + tests in watch mode | `npm test:watch` | `yarn test:watch` |
| Run lint + tests with code coverage | `npm test:coverage` | `yarn test:coverage` |## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/node-project/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/node-project.svg
[license-url]: https://opensource.org/licenses/MIT