Creating a React application

Once the global module is installed, you will be ready to start using Create React App. Creating a React application is extremely streamlined and simple. On my system, I have a directory projects that I use to house all my front-end application projects. Open a console/Terminal window to a similarly purposed directory on your machine and execute the following command to create a new React application:

projects>create-react-app <projectName>

In our case, the name of our test case is Speaker Meet, so as an example, my command is displayed as follows:

projects>create-react-app speakermeet-spa

SpeakerMeet, as mentioned in the C# section, has both a back-end (the RESTful Web API) and a front-end (a React-based SPA (Single Page Application)). 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.77.161