The easiest way to get started is to clone the repository:
Get the latest snapshot
> git clone https://github.com/Boukhtam/CodeClub-custom-spa.git
Change directory
> cd CodeClub-custom-spa
Install NPM dependencies via npm
> npm install
or yarn
> yarn install
start your mongodb
> mongod
Then simply run your app in development mode
> npm run dev