/react-basic-setup

A basic and much needed setup for starting a react project.

Primary LanguageJavaScript

========== 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:

  1. 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.

  2. cd react-basic-setup

  3. npm install //To download dependencies from npm

  4. 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