๐ฎHow to initialize project
In this part, it is documented how to initialize the project.
Build Setup
cd frontend
npm installRun project DEV
npm run dev
# OR
yarn devBuild for production and launch server
npm run build
npm run start
# OR
yarn build
yarn startLast updated