Server
cd server
yarn install
or
cd server
npm install
Client
cd client
yarn install
or
cd client
npm install
Server
// in server folder
yarn run dev-start
or
// in server folder
npm run dev-start
Client
// in client folder
yarn start
or
// in client folder
npm start
Email: admin@test.com
Password: password123
You can change it in
server/db.json
- not sure if the way of wrapping botton is proper [1]
- not sure the right way to instead
<div>
tag - I believe
<form>
tag should stay standard
- Better CSS
- repair string ID in the server made by
lodash-id