Skip to content

Starter template for Node projects with Express, ES6, ESLint, Prettier, Husky and Nodemon

Notifications You must be signed in to change notification settings

fruityperson/node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-template

Starter template for Node projects with Express, ESLint, Prettier, Husky and Nodemon

Features

  • ES6 without Babel
  • Linting using ESLint with Airbnb Javascript style guide and Prettier
  • ESLint security plugin
  • Pre-commit hooks using Lint-Staged with Husky
  • Live reloading using Nodemon
  • .gitignore for Node
  • Express installed

How to remove Express

If you want to develope a Node app without express:

  1. Uninstall Express
yarn remove express
  1. Rename server to src (or whatever you want)
  2. In package.json replace server with the new name of directory

Installing

yarn --dev

Running

yarn start

About

Starter template for Node projects with Express, ES6, ESLint, Prettier, Husky and Nodemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published