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:
- Host: GitHub
- URL: https://github.com/satiewaltz/simply-react
- Owner: satiewaltz
- License: mit
- Created: 2017-08-14T17:29:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T03:23:30.000Z (about 8 years ago)
- Last Synced: 2025-07-23T14:44:16.700Z (11 months ago)
- Topics: boilerplate, css-modules, es6, es7, jest, normalize, react, react-boilerplate, react-hot-loader-v4, webpack4
- Language: JavaScript
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> _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_