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

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

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`