Skip to content

Latest commit

History

History
27 lines (20 loc) 路 337 Bytes

File metadata and controls

27 lines (20 loc) 路 337 Bytes

馃敟 React Starter 馃敟

A simple ReactJS starter package with webpack and babel.

Feature Toggle + Dev-Tools

Feature toggle and in-browser dev-tools, inspired by Kent C. Dodds.

Install

$ npm i

Develop

$ npm start

Run Tests

$ npm test

Build for Production

$ npm run build