justJosh1004 / runPartner

Web app to practice React and collaborate with other developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get started

make sure you have react installed
npm install -g create-react-app

then run
npm install to install node modules

npm start

This will run React on local. However, it will not have any data.

How to get the data for now while we're not connected to the Rails backend

Clone the api repo into the same folder as the react repo (There should be a folder with two repor in it, the react and the api). Be sure to not clone this in to the react folder.

run npm install to install json-server

npm start

Should now be able to run the app with some data

About

Web app to practice React and collaborate with other developers


Languages

Language:JavaScript 89.4%Language:HTML 9.3%Language:CSS 1.2%