Web Client Frontend for the Gobo Project
Once you've created a project and installed dependencies with pnpm install
(or npm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To build assets of the application to publish, use:
npx gulp build
AWS_PROFILE=name npx gulp publish --environment=production-www
NOTE: you only need to do this once per environment or if infrastructure itself changes.
AWS_PROFILE=name npx gulp deploy --environment=production-www
AWS_PROFILE=name npx gulp deploy --environment=production-api