insyri / binbin

A small solution for Cypress Creek's distribution of student IDs, created by the Computer Science and Engineering Club of 2024-25.
0 stars 0 forks source link

binbin

Cypress Creek Computer Science and Engineering Club.

"We don't like Maria."

Development

Backend

cd backend
npm i

Open two side-by-side terminals.

  1. npm run compile # Initiates a compilation watch-- compiles TypeScript to JavaScript everytime you save.
  2. npm run dev # Initiates a run watch-- runs the JavaScript everytime it is updated.

Frontend

cd frontend
npm i
npm run dev --