8000 GitHub - funkyremi/nodejs-starter: ๐Ÿš€ Ultimate NodeJS Starter ๐Ÿš€
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

funkyremi/nodejs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NodeJS Starter

NodeJS starter pack with everything you need ๐Ÿ“ฆ ๐Ÿš€.

NodeJS

What's included

  • Support latest Javascript features with Babel 7
  • Tests and code coverage with Jest
  • Container ready with Docker
  • Auto restart server on files change with Nodemon
  • Node logging with Winston
  • Conventional Commit with Commitizen
  • Auto versioning and changelog with Standard Version
  • Javascript style and best practices with Eslint and Prettier
  • Github Action on push to build, test and lint
  • Community ready
    • MIT license file
    • Github Bug Report template
    • Github Feature Request template
    • Github Pull Request template
    • Contributing guide
    • Code of conduct (replace your email)

Quick start

# Run
npm install
npm start

# Tests
npm run lint
npm run test
npm run coverage

# Commit
npm run commit

# New release
npm run release

# Build project
npm run build

# Docker (build the project first)
npm run docker:build
npm run docker:run

About

๐Ÿš€ Ultimate NodeJS Starter ๐Ÿš€

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0