Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 450 Bytes

File metadata and controls

32 lines (21 loc) · 450 Bytes

Nelligan+++

An application to manage multiple accounts of book library for the Montreal Nelligan system.

This is a SST application (backend functions) and a ReactJS app for the frontend.

Develop

SST app:

yarn
yarn start

React:

cd react-app
yarn
yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Deploy

yarn deploy --stage prod