https://github.com/rencire/react-css-module-starter
https://github.com/rencire/react-css-module-starter
babel css css-modules es6 hmr postcss react react-hot-reload webpack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rencire/react-css-module-starter
- Owner: rencire
- License: mit
- Created: 2017-09-01T23:51:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T19:46:37.000Z (over 8 years ago)
- Last Synced: 2025-02-26T22:44:43.074Z (11 months ago)
- Topics: babel, css, css-modules, es6, hmr, postcss, react, react-hot-reload, webpack
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React CSS Module Starter project
Purpose of this project is to learn how to setup a simple ES6+ web project with React, CSS modules, and a good dev experience (HMR, hot-reload)
Sure we can eject a `create-react-app` project, but the configuration might be too daunting.
# TODO
- add Typescript support?
- rambda.js?