Total Pageviews

Monday 30 March 2020

ReactJS - Project setup using “create-react-app” command – Part 2

Required

By using the “create-react-app” command:

This is a simple method to install ReactJS, below are the steps of creating react project:

1.       Run npm install -g create-react-app

2.       Now React CLI is available to use as check in below image




3.       Create first boilerplate app using create-react-app command
a.       create-react-app  boilerplate_app

This command will generate project folder and install all the required packages within project folder



4.       Project name should not contain any capital letter

5.       If you are getting any error related to create-react-app command then add your node_modules (C:\Users\Admin\AppData\Roaming\npm\node_modules) path to Environment Variables  >  Path

6.       Go into boilerplate_app

7.       Run npm start

8.       By default browser will auto-open a tab that will points to http://localhost:3000/ but in case browser not auto open go to on browser and type above path. Now you will see below screen:



9.       You can go into App.js under src folder and change the html whatever you want




3 comments:

  1. There are over 700,000 apps on the Apple App Store with another 700,000 on Google Play (Android). And here's the kicker: Over 65% of those apps will never recover their costs. That means most Elyments App developers fail to make it in the app industry, and that's a pretty significant figure...

    ReplyDelete
  2. This article was written by a real thinking writer. I agree many of the with the solid points made by the writer. I’ll be back. lds dating

    ReplyDelete

Microsoft Logo using flexbox and Reactjs

 <!DOCTYPE html> <html> <head>     <script src="https://unpkg.com/react@18/umd/react.development.js" crossori...