- [1.Configure environment variable information](#1-Configure environment variable information)
- [2.Use the appropriate node version](#2-Use the appropriate node version)
- [3.Install and build in each directory](#3-Install and build in each directory)
- [4.Start server](#4-start server)
- [5.Start client](#5-start client)
Update necessary information for .env based on env-example
nvm use
(from root folder) npm run setup
(from server folder) npm run start:dev
(from client folder) npm start