Home

Awesome

Web app

Reasonable starting point for building a web app.

Features

Installation

Install node, my favored approach is using Node Version Manager.

Clone the repo and change origin git remote.

$ npm install

Scripts

All scripts are run with npm run [script], for example: npm run test.

See what each script does by looking at the scripts section in package.json.

NOTE: to generate a full production build you must run the build command with NODE_ENV=production.

Linting

Use standard for linting. It has editor plugins.