Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyash97/react-starter
https://github.com/jyash97/react-starter
boilerplate code-splitting react webpack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyash97/react-starter
- Owner: jyash97
- Created: 2019-06-15T14:40:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:11:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T07:11:04.475Z (over 1 year ago)
- Topics: boilerplate, code-splitting, react, webpack
- Language: JavaScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- 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
```