https://github.com/leongaban/tickertags-wikitags-reactjs
The WikiTags project built in React and served statically with serverless and lamda
https://github.com/leongaban/tickertags-wikitags-reactjs
javascsript reactjs serverless
Last synced: about 2 months ago
JSON representation
The WikiTags project built in React and served statically with serverless and lamda
- Host: GitHub
- URL: https://github.com/leongaban/tickertags-wikitags-reactjs
- Owner: leongaban
- Created: 2017-07-16T23:39:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T23:39:57.000Z (almost 9 years ago)
- Last Synced: 2025-05-28T20:58:07.914Z (about 1 year ago)
- Topics: javascsript, reactjs, serverless
- Language: JavaScript
- Size: 357 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikitags
wikitags project
### setup
`npn install or yarn install`
### run dev localhost server
`npm run start` http://localhost:8080/wiki/
### run serverless
`serverless webpack serve` :8000
### run tickers wikitags server
`python hedge/web/wiki/wikitags_local.py` :8081
### compile dist folder
`npm run prod`
### TO DEPLOY
1. `serverless deploy` will deploy the function to s3 and create all the api mappings
2. on aws `api gateway` you need to *manually* click `Actions` dropdown and select `Deploy API`