To launch the frontend, we need Node version 14.17.0
installed and npm/yarn
and then go to the frontend folder and follow these steps
- Install the dependencies
npm install or yarn
npm run dev or yarn dev
npm run build or yarn build
docker build -t <name> .
docker run -p 3000:3000 <name>