/ww

Primary LanguageJavaScript

Base tools

(Full list of dev dependencies in package.json):

  • Webpack - Module Bundler
  • React - Library for modular interfaces
  • Babel - JavaScript Compiler
  • PostCSS - CSS Processor (and PostCSS plugins)
  • React CSS Modules - For reusable no conflict module composition
  • LostGrid - Grid built on PostCSS with easy responsive breakpoints
  • StoryBook - Interactive development & testing environment for React and React-Native UI components

Install

$ git clone [repo] && cd [repo]
$ npm i

Running

Dev mode:

$ npm start

Staging mode:

$ npm run staging

Prod mode:

$ npm run prod

Building

Prod

$ npm build

Staging

$ npm build:staging

Dev

$ npm build:development

Will run at http://localhost:8080

Test

$ npm test

StoryBook

Install globally

$ npm install -g getstorybook

Run StoryBook

$ npm run storybook