Skip to content

OurDelivery/ourdelivery-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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