It includes everything to develop React application. But sometimes,
application does not need all the feature provided by Crzzeate React App and we want our
application to be small and tidy.
Key Features
Next, create a src folder in the root directory of the application, which will hold all the
source code of the application.
Specifications
Let us create a new component, HelloWorld to confirm our setup is working fine. Create a
file, HelloWorld.js under components folder and write a simple component to emit Hello
World message.