If you want to see the application in production you can see it here For to use the app in development you can do it executing the follow commands:
# install dependencies
npm install # or yarn add
# run application
npm run dev # or yarn dev
Also you can to create the build
of production and run it with the commands:
npm run build # or yarn build
npm start # or yarn start