Closed GGBond1989 closed 2 years ago
Hello!
This is the submission for Lightning Talks Poll app from harryshu.
Some Note And Tips
Please install the dependences by yarn , because npm has a bug to install private local package dependences.
App use a in memory sqlite database to store data.
The module in packages is not third package, it's created by myself.
To Run App
Start the server (service layer) : yarn install && yarn start
Start the web (web layer): yarn install && yarn dev
Start the client (web front): yarn install && yarn dev
Feel free to contact me if you have any question !
Thanks !
Hello!
This is the submission for Lightning Talks Poll app from harryshu.
Some Note And Tips
Please install the dependences by yarn , because npm has a bug to install private local package dependences.
App use a in memory sqlite database to store data.
The module in packages is not third package, it's created by myself.
To Run App
Start the server (service layer) : yarn install && yarn start
Start the web (web layer): yarn install && yarn dev
Start the client (web front): yarn install && yarn dev
Feel free to contact me if you have any question !
Thanks !