https://github.com/jyash97/react-starter
https://github.com/jyash97/react-starter
boilerplate code-splitting react webpack
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyash97/react-starter
- Owner: jyash97
- Created: 2019-06-15T14:40:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:11:49.000Z (about 3 years ago)
- Last Synced: 2025-07-03T18:58:14.717Z (8 months ago)
- Topics: boilerplate, code-splitting, react, webpack
- Language: JavaScript
- Size: 2.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```