Skip to content

abouslimi/react-boilerplate

 
 

Repository files navigation

react-boilerplate

Simple config. project to run React using webpack and free from create-react-app 😃

This boilerplate is ready to be launch using Heroku platform. You just need to set the config. on Heroku's side and "voilà"...easy peasy

  1. fork/clone this repo
  2. docker-compose up (runs the app locally - port 8080)
  3. yarn stories (runs documented components - storybook)
  4. yarn lint (fixes code style using prettier)
  5. yarn test / yarn testing (runs tests once / keeps tests running)
  6. yarn test:verbose / yarn testing:verbose (runs tests once with details / keeps tests running with details)

Releases:

1.0.0

1.1.0

1.2.0

1.3.0

1.4.1

1.5.0

1.5.1 (adding testing utilities)

1.5.2 (dockerized)

  • Docker
  • + context api

Ice box:

  • styled-components
  • firebase

About

Way to develop using React an avoiding create-react-app.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.1%
  • SCSS 15.1%
  • HTML 1.3%
  • Dockerfile 0.5%