Wiredcraft / test-fullstack

6 stars 43 forks source link

PR from Zhuo #41

Closed Zhangdroid closed 4 years ago

Zhangdroid commented 4 years ago

Overview

Frontend

Backend

TODO

rankun203 commented 4 years ago

Hi, I failed to run it as below:

yarn install
yarn dev

Can you explain a bit about the set up process? Thanks

Zhangdroid commented 4 years ago

Hi, I failed to run it as below:

yarn install
yarn dev

Can you explain a bit about the set up process? Thanks

Sorry @rankun203 , It should be on README but too busy to write it recently :(

Because Prisma need create a DB, for the first time you run it, need to run

cd api && yarn run dev:prisma

After create a local DB, the next time you can just run yarn dev on the root dir to start :)

The dev still very rough now, it could be better if create a script to manage the client and server development.

makara commented 4 years ago

Thanks @Zhangdroid. This is enough for us to take a decision. Feel free to hack more if you want. We'll get back to you soon.