Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```