SUPER Simple React webpack Tutorial, so you can start ‘Getting Started’


Update: This was written before create react app came out. Use that, it’s awesome.

I was annoyed by how many people are trying to sound smart in their tutorials, and thus not really helping anything. I wanted a simple “Here is what you need to get started” tutorial and lost a day chasing rabbits down broken holes.

So I wrote this. This is all you need.

Download this github repo for React/weback:

Run:

git clone git@github.com:jackreichert/react-webpack.git
cd react-webpack
npm install

Which will install the node dependencies for the project.

Then run: webpack

Which will compile the “Hello World” example.

Now run your favorite static server in the public/ folder.

For example, if you’re on a mac you can run:

cd public/

python -m SimpleHTTPServer

In your browser go to http://localhost:8000/.

What’s happening here?

When you ran npm install it installed the babel transpiler, React, ReactDOM, and webpack.

When you ran webpack it followed the config instructions (see comments there for more details).

That’s it. Now you can get started with React without the headache of trying to figure out how to start getting started. Of COURSE there’s a lot more you can do. But you have to start somewhere. Once you have your tools up and running you can figure out the hard stuff in your own time.

About the image: Churros and coffee from Madrid