The easiest way to get started is to clone the repository:
Get the latest snapshot
> git clone https://github.com/Boukhtam/CodeClub-custom-spa.gitChange directory
> cd CodeClub-custom-spaInstall NPM dependencies via npm
> npm installor yarn
> yarn installstart your mongodb
> mongodThen simply run your app in development mode
> npm run dev