Skip to content

Commit 32a88cc

Browse files
author
Eric Ren
committed
Updated readme
1 parent 4f27124 commit 32a88cc

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
# React CSS Module Starter project
22

3-
Purpose of this project is to learn how to setup a modern React web project with:
4-
5-
- babel
6-
- webpack
7-
- HMR
8-
- react-hot-reload
9-
- postcss
10-
- CSS Modules
11-
3+
Purpose of this project is to learn how to setup a simple React web project with CSS modules, and a good dev experience (HMR, hot-reload)
124

135
Sure we can eject a `create-react-app` project, but the configuration might be too daunting.
146

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-css-module-starter",
33
"version": "1.0.0",
4-
"description": "Demo app showcasing how to use nextgen components",
4+
"description": "minimal react starter project with good dev ux",
55
"main": "index.js",
66
"repository": "[email protected]:rencire/react-css-module-starter",
77
"author": "Eric Ren <[email protected]>",

0 commit comments

Comments
 (0)