Skip to content

A React.js Production Template using Webpack, Babel and Jest with eslint configured.

Notifications You must be signed in to change notification settings

sujilnt/ReactBoilerplate

Repository files navigation

ReactBoilerplate

A React.js Production Template using Webpack, Babel and Jest still (under work).

install

git clone https://github.com/sujilnt/ReactBoilerplate
yarn install

For Development

yarn run devServer

For Production

yarn run prod