- MySQL
- Node.js
Open command prompt and type the command as follows.
npm install --global yarn
Continue with previous step.
npm install --global ts-node
Open command prompt on your project folder and type every line.
yarn
Please don't close the command prompt that opened on the previous step and type this.
npm run db:create
Open command prompt on your project folder and type every line.
cd frontend
yarn
Open command prompt on your project folder and type these.
npm start
Open one more as same as the previous step.
cd frontend
npm start