Skip to content

omiq17/club17-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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