Skip to content

peterdee/filtering-frontend

Repository files navigation

filtering-frontend

Brille module demo - frontend

Stack: Nuxt, Axios, common-styles

Backend application code is available at https://github.com/peterdee/filtering-backend

DEV: http://localhost:3000

PRODUCTION: https://images.dyum.in (https://filtering-frontend.vercel.app)

Deploy

git clone https://github.com/peterdee/filtering-frontend
cd ./filtering-frontend
nvm use 18
npm ci

Environment variables

The .env file is required, see .env.example for details

Launch

Development
npm run dev

Development server will be available at http://localhost:3000

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Vercel deployment

This application is automatically deployed to Vercel

License

MIT