Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 450 Bytes

README.md

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