Skip to content

satiewaltz/simply-react

Repository files navigation

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!

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:

yarn build

Run your test suite:

yarn test

Analyze bundle size:

yarn analyze

Licensing

MIT

Created by Dave Barthly