A small web project using Vue, TypeScript, NodeJS, and a database of choice (DynamoDB).
Access deployment at: TODO
Prerequisites:
- Yarn 1.x
- NodeJS 10.x
Installation:
- Run
yarn
from the project root - Create an
.env
file in thechat-server
package with the following keys populated:
access_key_id= // aws credentials
secret_access_key= // aws credentials
jwt_secret=
- Create an
ssl-cert
folder in thechat-server
package that contains aserver.cert
and aserver.key
Development:
- Run
yarn start:vue
from the project root - Run
yarn start:server
in a separate command line from the project root - Visit localhost:8080
Rebuilds happen automatically with source file changes