Frontend of planetposen webshop. View backend at: kevinmidboe/planetposen-backend
Download project:
git clone https://github.com/kevinmidboe/planetposen-frontend
cd planetposen-frontendInstall dependencies:
yarnor
npm installTo view project locally and see changes with hot module reloading run:
yarn devVisit at: http://localhost:5173
To create a production build of planetposen run:
yarn buildYou can preview the production build with yarn preview.
To deploy your app, you may need to install an adapter for your target environment.