Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 406 Bytes

JUOKSUJAOSTO running app

This is a running group app designed to help the group to plan runs as due COVID-19 isolation the group is not able to run together.

Tech stack

App has a frontend and a backend. Frontend is a React application utilising styled-components for styling and built on CRA. Backend is an express app using Node.

Run app

Frontend:

yarn install yarn start

Backend:

npm start