Apptemplate frontend Usage Clone the repository git clone git@github.com:samonaisi/apptemplate-frontend.git cd apptemplate-frontend Create and populate your .env file cp .env.example .env Run the stack Start the frontend in development mode npm install npm run dev Build the frontend for production npm run build