- Yarn (needed)
First, get the back end up and running. Follow these instructions.
Set up the project and fetch all dependencies:
yarn install
Compile and start the application (with hot-reloads):
yarn serve
(Then, to stop the application just type ctrl-C
.)
Format your code:
yarn lint
Check if the production build is working:
yarn build --mode development