Skip to content

amazingandyyy/modern-js-project

Repository files navigation

🏵️ 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 git@github.com:amazingandyyy/modern-js-project.git
rm -rf .git
npm i

Usage

npm run dev
npm run build
npm run test
npm run style

Style guide

Enviroment

License

MIT

Suggestions/Bugs

  • PR is highly welcome
  • feel free to open issues as many as possible, it doesn't need to be in details, just general idea is good enough.