Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 284 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 284 Bytes

react-starter

Application with code splitting setup along with prettier and eslint configuration.

Start Application

yarn && yarn start

Build Application

yarn build

Build Folder is build

Analyze generated Bundles

yarn build && yarn analyze