/react-workshop-setup

Setup instructions for React Workshop

Primary LanguageJavaScript

React Workshop

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.

1. Install git

To install git follow the instructions from this guide. You will find instructions for Mac/Unix and for Windows as well.

2. Install npm

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.

3. Clone repository

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

4. Install node packages

We have to install node packages fist before we run the application

npm install

5. Run Application

npm run start

6. Open Application

Open your browser and type

http://localhost:3000

and if you we see the below picture we are ready to go!

ReactWorkshop