Skip to content

osscameroon/template-catalogue

Repository files navigation

Template Catalogue

Setup frontend

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

Compiles and hot-reloads for development

npm run dev or yarn dev

Compiles and minifies for production

npm run build or yarn build

To launch the front-end with Docker, you need:

  • docker build -t <name> .
  • docker run -p 3000:3000 <name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages