Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS ES6 Scaffolding Template

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.

Installation

  1. Clone/Download this repo to local directory.
  2. run npm install inside downloaded directory.
  3. Customize to your hearts content!

About

Directory Structure and Config Files for Standard NodeJS project with ES6 Linting

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages