Skip to content

Project scaffold with nodemon, babel 7, jest, eslint and prettier configured for nodejs project development

Notifications You must be signed in to change notification settings

sankhagowit/nodejs-setup

Repository files navigation

Node v12.14.0 Project Setup

This repo contains a project setup and ready for Node development using latest JS features that I've encountered and enjoy.

  • Node Dubnium (v 10.14.1) at time of writing
  • Nodemon to reload project as changes are made in ./src/**/*.js
  • Babel version 7 giving latest JS features
  • Jest for testing, configured to work through babel
  • ESLint 7 and Prettier 6 ... hopefully playing nicely together
  • config directory to set up values for different NODE_ENV

Thanks To:

This project leveraged the install instructions of the libraries it depends on and uses code & patterns I've learned from watching Scott Moss and Kent Dodds teach.

About

Project scaffold with nodemon, babel 7, jest, eslint and prettier configured for nodejs project development

Resources

Stars

Watchers

Forks

Packages

No packages published