Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 267 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 267 Bytes

Club17

A club management web application.

Run this project

  • Install the dependencies:
yarn
  • Run the app:
yarn start:dev

Build and Run

  • Install the dependencies:
yarn
  • Build and run the app:
yarn build
yarn start:prod