Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

OurDelivery Presentation WebSite

OurDelivery-Logo

Caio Souza GitHub language count Repository size OurDelivery License


Step 1: Set Up A React Project

Get started by setting up a React app using the Create React App (CRA) CLI tool. With this, you can generate a project to get up and running with React.

Using npx, you can setup a React app with CRA with the following command in your terminal:

  npx create-react-app my-app && cd my-app

To start the project:

  yarn start