Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 221 Bytes

File metadata and controls

12 lines (8 loc) · 221 Bytes

Simple React+Redux Webpack boilerplate for beginners

git clone https://github.com/artembell/web-pro your-dir
cd your-dir
npm install

For development:

npm start

For production:

npm run build