Answer the question
In order to leave comments, you need to log in
How to clone create-react-app and run locally?
Good afternoon.
Just started learning react.
At home, I created a project using the create-react-app command.
https://github.com/facebook/create-react-app
Changed the start page in App.js.
import React from 'react';
import './App.css';
function App() {
return (
<div className="App">
<h1>Hello world!!!</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab aliquid, consequuntur culpa explicabo in placeat quam unde! Consequuntur dolorem soluta tempore? Ab alias dolore est odit quidem saepe sequi, vitae!</p>
</div>
);
}
export default App;
npm init
npm install
yarn start
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question