Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 257 Bytes

File metadata and controls

25 lines (17 loc) · 257 Bytes

Server Setup

Add .env for CORS settings

echo "CORS_ALLOWED_HOSTS='http://localhost:3001'" > .env

Install dependencies

yarn install

Run test

yarn test

Run dev environment

yarn start:dev