Install dependencies:
npm installStart the development server:
npm run devFor a detailed step-by-step guide, check out this blog post.
- Google Cloud SDK installed
- A Google Cloud Project
- App Engine enabled on your project
Build the app for production:
npm run buildEnable App Engine (if not already enabled):
gcloud app createDeploy to App Engine:
gcloud app deployView your deployed app:
gcloud app browseYour app will be available at https://<PROJECT_ID>.appspot.com