modern-js-project

Modern javascript starter kit.

MIT License

Stars
5

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

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.
Related Projects