This repo is a repo which will include some already made front-end and which I will enhance with all kinds of stuff, such as a backend-end, tests, and so on...
One should have installed in local machine:
Start by installing dependencies with
yarn
One can start the dev server with
yarn run server
To compile the ts files into JS
yarn run build