DEV Community

Cover image for Creating a React app with Create React App
koheishingai
koheishingai

Posted on

Creating a React app with Create React App

Using Create React App

Official : create-react-app

Quick Overview

# Current path : ~/.
npm i -g create-react-app
create-react-app create-react-app
cd create-react-app/
npm start
Enter fullscreen mode Exit fullscreen mode

asciicast

Then open http://localhost:3000 to see create-react-app .

Demo : koheishingaiHQ.github.io/create-react-app

create-react-app-root

Top comments (1)

Collapse
 
moris31 profile image
Mahmood Sahebi • Edited

I have this error while using create react app in my vs vode. i have searched alot, did not recieved any correct answer:
npm install --no-audit --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
any help please!...