Single page application for the Magasin UdeS app. This application is a PWA.
You need to install project dependecy yarn install.
To start the development server, run yarn dev.
To build for production, run yarn build and after that run serve -s build. If serve us not installed run yarn global add serve.
This will start a server locally on port 5000 by default.