A simple boilerplate to bootstrap quick projects. I use this personally to test packages, write scripts, or debug strange Javascript behavior.
- Clone the repo
git clone https://github.com/karatechops/node-babel-eslint-boilerplate.git
- Install dependencies by running
yarn
ornpm i
in the project folder - Start the API
npm run start