Skip to content

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

Notifications You must be signed in to change notification settings

us1415/react-basic-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.1%
  • HTML 9.9%