You’ll need to have
Node >= 14.0.0 and npm >= 5.6 on your computer.
To create a project, run followings Command in terminal:
I)
npx create-react-app my_app
II)
cd my_app
III)
npm start
When you’re ready to deploy to production, running
npm run build will create an optimized build of your app in the build folder.
0 Comments
Thank you for Comment