Search code snippets, questions, articles...

Create new react app commands

npx create-react-app app_name
cd app_name
npm start

The commands create a new React app that has a basic structure of React application and necessary features to start and build the Reactjs app.

Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet