Skip to content

avilcan/learn-react

Repository files navigation

#Environment setup

#Windows:

-install python, a version >=2.5.0 and <3.0 ( https://www.python.org/downloads/windows/ )

-add PYTHON variable to your environment variables

-clone this git repository (git clone https://github.com/avilcan/learn-react)

-run the following comands in the root folder that you just pulled from git:

  npm install
  
  npm run start

#Linux:

-clone this git repository (git clone https://github.com/avilcan/learn-react)

-run the following comands in the root folder that you just pulled from git:

  npm install
  
  npm run start

Now you should be able to load a Welcome to React page at: http://localhost:8090

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published