Creating a new Project Make sure you have npm and node and create-react-app tool. create-react-app project-name Starting a project npm start Project Structure src ├── components │ ├── App.js │ ├── SignIn.js │ └── index.js ├── index.css └── index.js