https://github.com/rip21/react-dev-environment
My React development boilerplate
https://github.com/rip21/react-dev-environment
boilerplate create-react-app css-in-js eslint prettier react react-app-rewired styled-components stylelint
Last synced: 5 months ago
JSON representation
My React development boilerplate
- Host: GitHub
- URL: https://github.com/rip21/react-dev-environment
- Owner: RIP21
- License: mit
- Created: 2017-09-25T12:37:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:57:53.000Z (about 3 years ago)
- Last Synced: 2025-06-05T10:50:14.626Z (7 months ago)
- Topics: boilerplate, create-react-app, css-in-js, eslint, prettier, react, react-app-rewired, styled-components, stylelint
- Language: JavaScript
- Size: 769 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Development Environment
[](https://travis-ci.org/RIP21/react-dev-environment)
[](https://greenkeeper.io/)
This is basically my standard development environment bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app)..
And rewired with [react-app-rewired](https://github.com/timarney/react-app-rewired) which helps to override CRA configs.
It's consist of ready `stylelint` (with styled-components presets), `eslint`, `prettier`, `styled-components`, CSS normalize with `injectGlobals.js`
It's a very nice start if your're not very familiar even with simple setup of the stuff :)