@postbase/frontend
v0.1.1
Published
``` cd frontend cp template.env .env npm insall ```
Downloads
259
Readme
Frontend
Install
cd frontend
cp template.env .env
npm insallMake sure your backend is running and double check frontend/.env file is accurate.
Run
This will watch for changes and build while running the server.
npm run devBuild (Nginx)
npm run build