Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 325 Bytes

react-app-boilerplate

Simple React boilerplate with webpack 4, react, redux, styled-components and react-router

Installing

git clone https://github.com/starnavi-team/react-app-boilerplate.git [your-app-name]

Getting dependencies

yarn

or

npm install

You are ready for work.