/js-dev-env

Basic starter project for JS development (rather frontend). This is an experimental project.

Primary LanguageJavaScriptMIT LicenseMIT

JS projects starter kit

Build Status

This is a basic JS projects starter kit designed to automate as much repetitive tasks as possible.

The kit consists of:

  • .editorconfig - for common configuration for code editors, like VS Code, Atom etc.
  • package.json - the heart of the project; defines collection of common packages for front-end development, build & deploy automation scripts etc.