jrmedina / react-practice-servers

A repo of servers for FE3 students to practice building React apps with async JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Practice Servers

This repo is full of several servers you can run to simulate APIs. This is intended to give you options when you are practicing building React apps.

Set Up

  1. Clone down this repo
  2. Change into this directory
  3. Run npm i to install dependencies
  4. Find API documentation for each server in the README inside its directory
  5. To start a given server, follow the instructions in its README
  6. The server will be listening on port 3001 (localhost:3001)
  7. When you finished practicing, shut down the server with the command ctrl + c

Available APIs

About

A repo of servers for FE3 students to practice building React apps with async JS


Languages

Language:JavaScript 100.0%