Create React App

?
R
Bash

Learn how to use the great Create React App boilerplate from facebook. This contains a lot of built-in tooling and decisions that have been kindly made by Facebook so you don't need to decide.

1npm i -g create-react-app
2create-react-app react-intro
3cd react-intro
4npm start
5
6# Ready!
7http://localhost:3000/

Created on 4/12/2019