This repo is meant to be a starting point for common Node JS applications with ES6 feature and Grunt Taskrunner support. The following features are supported:
- Babel compilation of ES6 compatible Javascript files.
- src and dist folder automation of compilation and copying of static files.
- dist folder cleanup on file changes and compilation.
- Nodemon with debug and wait for compile support.
- Common NodeJS .gitignore template
- ESLint support
- ESLint configuration file with standard formatting and conventions defined.
- Well defined package.json file for easy install of Node modules and modification.
- Clone/Download this repo to local directory.
- run
npm installinside downloaded directory. - Customize to your hearts content!