Starter template for Node projects with Express, ESLint, Prettier, Husky and Nodemon
- 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
If you want to develope a Node app without express:
- Uninstall Express
yarn remove express
- Rename
server
tosrc
(or whatever you want) - In
package.json
replaceserver
with the new name of directory
yarn --dev
yarn start