/virginamerica

Primary LanguageCSSMIT LicenseMIT

React Frontend Boilerplate

A simple frontend only boilerplate for quick/easy react experimenting. Built with Innovative Design web tier in mind.

This boilerplate will try to keep up to date with the newest tools (e.g. react-hot-loader@3.0.0.beta6)

Set Up

With yarn

$ yarn install

With npm

$ npm install

Tests

All tests should be put into __tests__ with the naming convention [Filename].test.js

$ npm run test

TODO