Skip to content

Setup and Config

Description

Setup New React Web App Project

Create New React App

npx create-react-app my-app
cd my-app
start

Comments