0.0.2 • Published 8 years ago

bt-member-site v0.0.2

Weekly downloads
3
License
SEE LICENSE IN ht...
Repository
bitbucket
Last release
8 years ago

Bananatag Member Site

This repo holds the source for the New Member Site built on Redux, Express and Hapi.

Setup & Usage

Setup

NPM

npm install

Required Packages

npm install -g grunt-cli
npm install -g eslint
npm install -g pm2

Usage

Compile staging + watch for changes, hot loading

npm run dev

Compile production version of the integrations for Firefox and Chrome

npm run build

Run Eslint to validate all source codes

npm run lint

Run Eslint to auto fix some violations

npm run lint-fix

Technologies