noelabydas / react-web-apps

Mini projects built while learning ReactJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-web-apps

Mini projects built while learning ReactJs

To run/edit the apps you need to have react installed on your Computer.

Installation

Pre-requisites

Make sure you have Node and NPM installed on your Computer

Install react and react-DOM

sudo npm install -g create-react-app

Clone this repository

git clone https://github.com/leonatwork/react-web-apps.git

Running

After cloning the repo

cd react-web-apps

Firstly, copy the node_modules folder and paste it inside the project folder(this it to add the node modules). You must do this for every project folder which you want to run.

cd <project-folder-name>

To start this application run command below

npm start

The app should automatically run on the server http://localhost:3000

To stop the server hit CTRL + C inside your terminal

React Projects

About

Mini projects built while learning ReactJs


Languages

Language:JavaScript 57.5%Language:HTML 22.8%Language:CSS 18.6%Language:PHP 1.1%