Skip to content

Commit e014b2b

Browse files
committed
Add information to readme
1 parent e31f28b commit e014b2b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# Create React App [![Build Status](https://travis-ci.org/facebookincubator/create-react-app.svg?branch=master)](https://travis-ci.org/facebookincubator/create-react-app)
1+
# @karlhorky's Create React App
22

33
Create React apps with no build configuration.
44

5+
Extra features:
6+
7+
* CSS Modules
8+
* PostCSS (with imports, variables, and nesting)
9+
510
* [Getting Started](#getting-started) – How to create a new app.
611
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
712

@@ -10,7 +15,7 @@ Create React apps with no build configuration.
1015
```sh
1116
npm install -g create-react-app
1217

13-
create-react-app my-app
18+
create-react-app my-app --scripts-version @karlhorky/react-scripts
1419
cd my-app/
1520
npm start
1621

@@ -82,7 +87,7 @@ You will see the build errors and lint warnings in the console.
8287

8388
### `npm test`
8489

85-
Runs the test watcher in an interactive mode.
90+
Runs the test watcher in an interactive mode.
8691
By default, runs tests related to files changes since the last commit.
8792

8893
[Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests)
@@ -203,7 +208,7 @@ We are grateful to the authors of existing related projects for their ideas and
203208

204209
## Alternatives
205210

206-
If you don’t agree with the choices made in this project, you might want to explore alternatives with different tradeoffs.
211+
If you don’t agree with the choices made in this project, you might want to explore alternatives with different tradeoffs.
207212
Some of the more popular and actively maintained ones are:
208213

209214
* [insin/nwb](https://github.com/insin/nwb)

0 commit comments

Comments
 (0)