eingress / node-es-boilerplate

A minimalist Node.js ES2018 boilerplate with babel, eslint, jest, nodemon, and prettier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node ES Boilerplate

A minimalist Node.js ECMAScript boilerplate with babel, eslint, nodemon, and prettier.

Usage

git clone --depth=1 https://github.com/eingress/node-es-boilerplate.git <ProjectName>
cd $_ && rm -rf .git
yarn install

About

A minimalist Node.js ES2018 boilerplate with babel, eslint, jest, nodemon, and prettier.

License:ISC License


Languages

Language:JavaScript 100.0%