This repository is a test react application to be ready for React Workshop. If you can run this application you will be ok for the workshop!
Follow the steps below and come on React Workshop to learn all you need about React!
To run this up you should first install git and npm
If you already have git
and npm
skip the first two steps.
To install git
follow the instructions from this guide. You will find instructions for Mac/Unix and for Windows as well.
Note: To install npm you should first install node.
-
For Mac/Unix To install
npm
on Mac/Unix follow the instructions here. -
For Windows To install
npm
on Windows follow the instructions here.
Somewhere in your PC/Mac clone the repository by running the command
git clone https://github.com/mstamos/react-workshop-setup.git
Go inside application
cd react-workshop-setup
We have to install node packages fist before we run the application
npm install
npm run start
Open your browser and type
http://localhost:3000
and if you we see the below picture we are ready to go!