Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 289 Bytes

React-Boilerplate

ReactBoilerplate with webpack, jest, eslint support.

git clone https://github.com/kayahanbaskeser/react-boilerplate.git app
cd app
yarn install  # install dependencies
yarn start    # start dev server 

Then project will automatically open in default browser.