/modern-project-boilerplate

[DEPRECATED] Use https://github.com/Noviel/modern-javascript-starter

Primary LanguageJavaScriptMIT LicenseMIT

Modern Project Boilerplate

bI?

Boilerplate with basically configured babel, eslint and npm-scripts for quick start of a new project development.

Features

  • babel
  • eslint
  • npm-scripts

Install

git clone git@github.com:Noviel/modern-project-boilerplate.git YOUR_PROJECT_NAME

##Prepare In your project directory:

  • Delete .git directory.
  • npm install or yarn install for dependencies.
  • Set in package.json information about your project.
  • Have fun!