amostap / react-webpack-boilerplate

Boilerplate for React-Redux apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Redux Webpack Boilerplate

react-router

Getting Start

Run the following commands in your terminal

git clone git@github.com:amostap/react-webpack-boilerplate.git
cd react-webpack-boilerplate
npm install
npm start

Then open http://localhost:8080/ on your web browser.

Production Build

npm run build and upload content from dist/ to your server.

Inspired By

Thanks to

License

MIT · Alexandr Ostapenko

About

Boilerplate for React-Redux apps

License:MIT License


Languages

Language:JavaScript 87.5%Language:CSS 11.2%Language:HTML 1.3%