Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 303 Bytes

File metadata and controls

16 lines (11 loc) · 303 Bytes

Simple React Starter

Okay, you know the drill:

yarn install
yarn start

That will get the dev server up and running at localhost:8080. If you want to build and minify just run:

yarn run build

Thats basically it. I just wanted a simple (yet modern) react setup that I understood.