dsdenes / crn_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Usage

Requirements:

Node v4.4.1 (LTS) gulp-cli (npm install -g gulp-cli)

Configure:

Copy or move config.example to config.js and replace the values with your own. If you prefer to use environment variables in production you can set the values in config.js equal to process.env.YOUR_VARIABLE_NAME and running gulp build will attempt to replace those based on your current environment.

Install the dependencies:

run npm install

Development mode with livereload:

run gulp

When you are done, create a production ready version of the JS bundle:

run gulp build

To run the linting command:

run npm run lint path/to/file

To run the scss linting command:

install gem install scss_lint

run scss-lint path/to/file

About

License:MIT License


Languages

Language:JavaScript 58.7%Language:CSS 41.1%Language:HTML 0.2%