Please be aware that this project was created using *Yarn*, please follow the project setup guide to properly install and starts using
In case you want to use node instead of yarn, please delete *yarn.lock* and then run *npm install*
-
Install NodeJS
-
After installing, open your command promt or powershell and type npm to test if it's run yet
-
Install Yarn
-
After installing, open your command promt or powershell and type yarn to test if it's run yet
If both npm and yarn doesn't run in command promt or powershell, then you will have to manually add it to the Path Environment of Windows Please follow this guide
- Open up CMD, Powershell or using the terminal of VS Code in the project folder and run yarn install to install all of the latest packages
yarn serve
yarn build
yarn lint