/react-app

Simplest React/Webpack2/Babel/Express app example Server Rendering and Jest testing

Primary LanguageJavaScript

react-app

Simplest React/Webpack2/Babel/Express app example with ReactRouter, Server Rendering and Jest testing

Build Status

Install

git clone https://github.com/derzunov/react-app react-app
cd react-app
yarn

Run

npm start

Then open your browser on "localhost:8080"

Develop with webpack --watch

npm run dev

Then open your browser on "localhost:8080"

Test

npm test