Node.js is required for this project to run. Node.js natively comes with npm, but I recommend using yarn over it, as it is faster. You can install yarn in your machine by using npm install yarn -g command.
- Install dependencies:
yarnornpm install. - Start the project:
- in development mode:
yarn devornpm run dev, - in production mode: First, run
yarn buildornpm run buildthen runyarn serveornpm run serve.
- in development mode: