Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Router Advanced practice

Introduction

This project actually contains two projects:

  • A React.js application (i.e., the frontend SPA)
  • A dummy backend API to which the React app can "talk" (to send + fetch data)

Instrunctions

  1. You must run npm install in both project folders.
  2. Thereafter, you can start the dummy backend API server via npm start (inside the "backend-api" folder).
  3. The React app dev server is then also started via npm start (though inside the "react-frontend" folder).

Note

  • You MUST have both servers (backend + frontend) up and running for the projects to work.

  • The dummy backend API does not use any external database - instead the dummy data is saved to an events.json file inside the project folder.

About

react router advanced practice

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages