========== React Basic Setup ========
A basic and much needed setup for starting a react project.
You can directly clone the project or can download the source files as zip.
Prerequesties:
Npm package is needed. If not installed install from https://docs.npmjs.com/cli/install
Steps to follow:
-
Clone the starter project using following command in the teriminal, git clone https://github.com/scsiva1991/react-basic-setup.git
(or)
Download the source code as zip and extract.
-
cd react-basic-setup
-
npm install //To download dependencies from npm
-
npm start //To start the project
Now the application will start running on the port http://localhost:8080/
You could see the message 'Welcome to the world of React !!' in browser