README.md 7.68 KB
Newer Older
1
# Create React App
Dan Abramov's avatar
Dan Abramov committed
2

Dan Abramov's avatar
Dan Abramov committed
3
Create React apps with no build configuration.
Dan Abramov's avatar
Dan Abramov committed
4

Ben Alpert's avatar
Ben Alpert committed
5
## tl;dr
Dan Abramov's avatar
Dan Abramov committed
6

Ben Alpert's avatar
Ben Alpert committed
7
8
```sh
npm install -g create-react-app
Dan Abramov's avatar
Dan Abramov committed
9

Ben Alpert's avatar
Ben Alpert committed
10
11
12
create-react-app my-app
cd my-app/
npm start
Dan Abramov's avatar
Dan Abramov committed
13

Ben Alpert's avatar
Ben Alpert committed
14
15
```

Dan Abramov's avatar
Tweaks    
Dan Abramov committed
16
Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
Ben Alpert's avatar
Ben Alpert committed
17

Dan Abramov's avatar
Tweaks    
Dan Abramov committed
18
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
Ben Alpert's avatar
Ben Alpert committed
19
20
21
22

## Getting Started

### Installation
Dan Abramov's avatar
Dan Abramov committed
23

Dan Abramov's avatar
Dan Abramov committed
24
Install it once globally:
Dan Abramov's avatar
Dan Abramov committed
25

Dan Abramov's avatar
Dan Abramov committed
26
27
28
```sh
npm install -g create-react-app
```
Dan Abramov's avatar
Dan Abramov committed
29

30
**You’ll need to have Node >= 4 on your machine**. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. You can use [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects.
Dan Abramov's avatar
Dan Abramov committed
31

Dan Abramov's avatar
Dan Abramov committed
32
**This tool doesn’t assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel. The output folder includes an `index.html`, a minified JavaScript bundle, and bundled images and styles, so you can host them anywhere you like.
Dan Abramov's avatar
Dan Abramov committed
33

Ben Alpert's avatar
Ben Alpert committed
34
### Creating an App
Dan Abramov's avatar
Dan Abramov committed
35

Dan Abramov's avatar
Dan Abramov committed
36
To create a new app, run:
Dan Abramov's avatar
Dan Abramov committed
37

Dan Abramov's avatar
Dan Abramov committed
38
39
40
41
```sh
create-react-app my-app
cd my-app
```
Dan Abramov's avatar
Dan Abramov committed
42

Christopher Chedeau's avatar
Christopher Chedeau committed
43
It will create a directory called `my-app` inside the current folder.
Dan Abramov's avatar
Dan Abramov committed
44

Ben Alpert's avatar
Ben Alpert committed
45
46
47
48
49
50
Inside that directory, it will generate the initial project structure and install the transient dependencies:

```
my-app/
  README.md
  index.html
Dan Abramov's avatar
Dan Abramov committed
51
  favicon.ico
Ben Alpert's avatar
Ben Alpert committed
52
53
54
55
56
57
58
59
60
61
  node_modules/
  package.json
  src/
    App.css
    App.js
    index.css
    index.js
    logo.svg
```

Dan Abramov's avatar
Tweaks    
Dan Abramov committed
62
No configuration or complicated folder structures, just the files you need to build your app.
Ben Alpert's avatar
Ben Alpert committed
63
64

Once the installation is done, you can run some commands inside the project folder:
Dan Abramov's avatar
Dan Abramov committed
65

Dan Abramov's avatar
Dan Abramov committed
66
### `npm start`
Dan Abramov's avatar
Dan Abramov committed
67

68
Runs the app in development mode.<br>
Dan Abramov's avatar
Dan Abramov committed
69
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Dan Abramov's avatar
Dan Abramov committed
70

Dan Abramov's avatar
Dan Abramov committed
71
The page will reload if you make edits.<br>
Dan Abramov's avatar
Dan Abramov committed
72
You will also see any lint errors in the console.
Dan Abramov's avatar
Dan Abramov committed
73

Dan Abramov's avatar
Dan Abramov committed
74
### `npm run build`
Dan Abramov's avatar
Dan Abramov committed
75

Dan Abramov's avatar
Dan Abramov committed
76
Builds the app for production to the `build` folder.<br>
Dan Abramov's avatar
Dan Abramov committed
77
It correctly bundles React in production mode and optimizes the build for the best performance.
Dan Abramov's avatar
Dan Abramov committed
78

Dan Abramov's avatar
Dan Abramov committed
79
The build is minified and the filenames include the hashes.<br>
Dan Abramov's avatar
Dan Abramov committed
80
Your app is ready to be deployed!
81

Ben Alpert's avatar
Ben Alpert committed
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
## Philosophy

* **One Dependency:** There is just one build dependency. It uses Webpack, Babel, ESLint, and other amazing projects, but provides a cohesive curated experience on top of them.

* **Zero Configuration:** There are no configuration files or command line options. Configuring both development and production builds is handled for you so you can focus on writing code.

* **No Lock-In:** You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.

## Why Use This?

**If you’re getting started** with React, use `create-react-app` to automate the build of your app. There is no configuration file, and `react-scripts` is the only extra build dependency in your `package.json`. Your environment will have everything you need to build a modern React app:

* React, JSX, and ES6 support.
* Language extras beyond ES6 like the object spread operator.
* A dev server that lints for common errors.
* Import CSS and image files directly from JavaScript.
* Autoprefixed CSS, so you don’t need `-webkit` or other prefixes.
* A `build` script to bundle JS, CSS, and images for production, with sourcemaps.

**The feature set is intentionally limited**. It doesn’t support advanced features such as server rendering or CSS modules. Currently, it doesn’t support testing either. The tool is also **non-configurable** because it is hard to provide a cohesive experience and easy updates across a set of tools when the user can tweak anything.

**You don’t have to use this.** Historically it has been easy to [gradually adopt](https://www.youtube.com/watch?v=BF58ZJ1ZQxY) React. However many people create new single-page React apps from scratch every day. We’ve heard [loud](https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4) and [clear](https://twitter.com/thomasfuchs/status/708675139253174273) that this process can be error-prone and tedious, especially if this is your first JavaScript build stack. This project is an attempt to figure out a good way to start developing React apps.

Dan Abramov's avatar
Tweaks    
Dan Abramov committed
105
### No Lock-In
Ben Alpert's avatar
Ben Alpert committed
106
107

**If you’re a power user** and are comfortable with configuring build dependencies yourself, you can use this tool as a boilerplate generator.
108

Dan Abramov's avatar
Dan Abramov committed
109
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
110

Ben Alpert's avatar
Ben Alpert committed
111
If you aren’t satisfied with the build tool and configuration choices, you can `npm run eject` at any time. This command will remove the single build dependency from your project.
112

113
Instead, it will copy all the configuration files and the transient dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point, you’re on your own.
114

Dan Abramov's avatar
Dan Abramov committed
115
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
116

Dan Abramov's avatar
Dan Abramov committed
117
## What’s Inside?
118

Christopher Chedeau's avatar
Christopher Chedeau committed
119
The tools used by Create React App are subject to change.
Dan Abramov's avatar
Dan Abramov committed
120
Currently it is a thin layer on top of many amazing community projects, such as:
121

122
* [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
Dan Abramov's avatar
Dan Abramov committed
123
* [Babel](http://babeljs.io/) with ES6 and extensions used by Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields))
Dan Abramov's avatar
Dan Abramov committed
124
* [Autoprefixer](https://github.com/postcss/autoprefixer)
125
* [ESLint](http://eslint.org/)
Dan Abramov's avatar
Dan Abramov committed
126
* and more.
127

Dan Abramov's avatar
Dan Abramov committed
128
All of them are transient dependencies of the provided npm package.
Dan Abramov's avatar
Dan Abramov committed
129

Dan Abramov's avatar
Dan Abramov committed
130
131
132
133
## Limitations

Some features are currently **not supported**:

Dan Abramov's avatar
Dan Abramov committed
134
135
136
137
138
139
* Server rendering.
* Testing.
* Some experimental syntax extensions (e.g. decorators).
* CSS Modules.
* LESS or Sass.
* Hot reloading of components.
Dan Abramov's avatar
Dan Abramov committed
140
141
142

Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration.

Kevin Lacker's avatar
Kevin Lacker committed
143
## Contributing
Dan Abramov's avatar
Dan Abramov committed
144

Max's avatar
Max committed
145
Clone the repo and run `npm install` in the root and the `global-cli` folder.
146

Christopher Chedeau's avatar
Christopher Chedeau committed
147
Once it is done, you can modify any file locally and run `npm start` or `npm run build` just like in a generated project.
Dan Abramov's avatar
Dan Abramov committed
148
If you want to try out the end-to-end flow with the global CLI, you can do this too:
149
150
151
152
153

```
npm run create-react-app my-app
cd my-app
```
Dan Abramov's avatar
Dan Abramov committed
154

Dan Abramov's avatar
Dan Abramov committed
155
and then run `npm start` or `npm run build`.
Dan Abramov's avatar
Dan Abramov committed
156
157
158
159
160

## Acknowledgements

We are grateful to the authors of existing related projects for their ideas and collaboration:

Dan Abramov's avatar
Dan Abramov committed
161
162
163
164
165
166
167
168
169
170
171
172
173
174
* [@eanplatter](https://github.com/eanplatter)
* [@insin](https://github.com/insin)
* [@mxstbr](https://github.com/mxstbr)

## Alternatives

If you don’t agree with the choices made in this project, you might want to explore alternatives with different tradeoffs:

* [enclave](https://github.com/eanplatter/enclave)
* [nwb](https://github.com/insin/nwb)
* [motion](https://github.com/motion/motion)
* [rackt-cli](https://github.com/mzabriskie/rackt-cli)
* [budō](https://github.com/mattdesl/budo)
* [rwb](https://github.com/petehunt/rwb)
Dan Abramov's avatar
Dan Abramov committed
175
176
177

You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.  
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.