Skip to content

A paintball registration web application (NodeJS / Express backend + React Frontend)

Notifications You must be signed in to change notification settings

koptional-org/paintball-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extreme Paintball Web App

This repository contains a frontend and a backend folder. To run the application, you'll run both.

In one terminal:

cd backend
yarn install && yarn start

And in another terminal:

cd frontend
yarn install && yarn start

NOTE: the frontend expects that the backend runs on port 8000. So if you change that, make sure to update the frontend API URL.

About

A paintball registration web application (NodeJS / Express backend + React Frontend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published