Skip to content

Commit 3faf81b

Browse files
committed
Improve readme
1 parent 8dce5f9 commit 3faf81b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
Create React apps with no build configuration.
44

55
* [Getting Started](#getting-started) – How to create a new app.
6-
* [User Guide](https://github.com/CodeYellowBV/create-react-cy-app/blob/master/packages/react-cy-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
6+
* [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.
77

88
- - -
99

1010
**This is a fork of [Create React App](https://github.com/facebookincubator/create-react-app), intended for use at our company Code Yellow B.V.**
1111

1212
The main differences with Create React App are;
1313

14-
Changes with create-react-app
1514
- No CSS Autoprefixer, we only support modern browsers
1615
- Uses cache-loader to cache Babel output
1716
- Doesn't use source maps by default
@@ -27,3 +26,14 @@ Changes with create-react-app
2726
- Uses styled-components babel plugin
2827
- Uses decorator babel plugin
2928

29+
## Getting Started
30+
31+
```sh
32+
npm install -g create-react-app
33+
34+
create-react-app --scripts-version=react-cy-scripts my-app
35+
cd my-app/
36+
npm start
37+
```
38+
39+
For further instructions, read the [Getting Started guide](https://github.com/facebookincubator/create-react-app#getting-started) from the original Create React App.

0 commit comments

Comments
 (0)