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

https://github.com/satiewaltz/simply-react

A deadsimple-to-use React boilerplate with React-Hot-Loader. :rocket:
https://github.com/satiewaltz/simply-react

boilerplate css-modules es6 es7 jest normalize react react-boilerplate react-hot-loader-v4 webpack4

Last synced: 2 months ago
JSON representation

A deadsimple-to-use React boilerplate with React-Hot-Loader. :rocket:

Awesome Lists containing this project

README

          


Simple React's logo

> _A deadsimple-to-use React boilerplate. With everything you need and nothing you don't! 🚀_

## Installing / Getting started

Setup is as simple as cloning, installing, and `yarn start`!

```shell
git clone https://github.com/satiewaltz/simply-react project_name
cd project_name/
yarn setup:new
yarn start
```

Open `localhost:8080` to see the app. Live editing included.

_No nonsense - just get straight to work!_

---

### Built With

* React 16.3+
* React Hot Loader 4
* Webpack 4.x
* Prettier
* Eslint
* Babel
* SCSS
* CSS Modules

### Scripts

Build to a `/dist` folder for distribution:

```shell
yarn build
```

Run your test suite:

```shell
yarn test
```

Analyze bundle size:

```shell
yarn analyze
```

---

### Licensing

[MIT](https://opensource.org/licenses/mit-license.php)

_Created by Dave Barthly_