This repo contains the code for the frontend part of the "Wave" dating app.
- Start by installing the dependencies using
npm install
. - The run the app using
npm run dev
and head to localhost:5173 to view the website.
Tip
This runs the website with the live preview mode so that browser will automatically refresh with the latest changes when the code is changed! (i.e. HMR).
- Start by installing the dependencies using
npm install
. - Create a production build of the app by running
npm run build
.
This will create the required files in the dist/
folder which can then be hosted through any platform you like!