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
yarnfrom the project root - Create an
.envfile in thechat-serverpackage with the following keys populated:
access_key_id= // aws credentials
secret_access_key= // aws credentials
jwt_secret=
- Create an
ssl-certfolder in thechat-serverpackage that contains aserver.certand aserver.key
Development:
- Run
yarn start:vuefrom the project root - Run
yarn start:serverin a separate command line from the project root - Visit localhost:8080
Rebuilds happen automatically with source file changes