An open API service indexing awesome lists of open source software.

https://github.com/prawee/meteor-gae

Meteor Skeleton for Google App Engine (Flexible Environment)
https://github.com/prawee/meteor-gae

environment es6 flexible google-appengine meteor react

Last synced: 9 months ago
JSON representation

Meteor Skeleton for Google App Engine (Flexible Environment)

Awesome Lists containing this project

README

          

# Meteor Skeleton for Google App Engine (Flexible Environment)

## Clone
```bash
$ git clone https://github.com/prawee/meteor-gae.git
$ cd meteor-gae
```

## Installation
```bash
# on directory of your project
$ yarn | npm install
```

## Running on local
```bash
$ meteor | meteor run
```

## On your browser on local
localhost:3000

## Running on Google App Engine
```bash
$ npm run deploy
```

## On your browser on Google App Engine
https://(your-project-id).appspot.com/