How to Create a New React App

Sarvar Rose
Jul 1, 2021

--

Create React App is a package runner tool that sets up your development environment to use latest JS features and you can foucs more on developing the application rather than stressing about the initial setup.

Requirements:
npm 5.2+ installed
npx (comes preinstalled with npm 5.2+)

Create React App abbreviated as CRA uses babel and webpack for setting up the frontend build pipeline.

To get started:
npx create-react-app my-app
cd my-app
npm start

Happy Coding 🙃

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response