mooneex / REACT-SAMURAI

0 stars 0 forks source link

step 1 creating react-app #1

Open mooneex opened 11 months ago

mooneex commented 11 months ago

mkdir react sam

cd reactsam

npx create-react-app my-app

cd my-app

npm start