https://github.com/hieuhani/gomabuwebsite
https://github.com/hieuhani/gomabuwebsite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hieuhani/gomabuwebsite
- Owner: hieuhani
- Created: 2016-03-23T19:57:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:35:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T16:33:08.780Z (5 months ago)
- Language: JavaScript
- Size: 3.93 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install latest version of NodeJS
Change directory to this folder and run: npm install
To start development server: npm start
To build distribution version: npm run dist
Deployment step:
1. Run `npm run dist`
2. Using GoogleAppEngineLauncher to add Existing Application and point to dist folder
3. Click *Deploy*That's all!