/react16-starter

React16 Starter project + Jest testing

Primary LanguageJavaScriptMIT LicenseMIT

react16-starter

React 16 is much lighter and faster 🔥

Use this project to get started with a React16 setup + Jest testing integrated

How to Run:

1. Install packages

npm install && npm install -g webpack-dashboard

2a. To run the tests & webpack-dev-server run:

npm start

2b. To run the dev-server using webpack-dashboard run:

npm run dev