Install dependencies:
npm install
Start the development server:
npm run dev
For 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 build
Enable App Engine (if not already enabled):
gcloud app create
Deploy to App Engine:
gcloud app deploy
View your deployed app:
gcloud app browse
Your app will be available at https://<PROJECT_ID>.appspot.com