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:
yarn
ornpm install
. - Start the project:
- in development mode:
yarn dev
ornpm run dev
, - in production mode: First, run
yarn build
ornpm run build
then runyarn serve
ornpm run serve
.
- in development mode: