🏵️ Modern JS Project Starter
es6, babel, jest, eslint, travisci, circleci
Why
I have been working on many npm packages and js projects on a daily basis, attempt to setup the environment again and again and again… so I think why not publish a minimun project structure for modern js development. Configuration can be improved and upgraded over time.
Download
git clone [email protected]:amazingandyyy/modern-js-project.git
rm -rf .git
npm i
Usage
npm run dev
npm run build
npm run test
npm run style