-
Fill out envrionment variables:
Go into client and fill out .env file:
cd clientGo into server/config and fill out dev.env file:
cd server/config -
Start Application:
docker-compose up appdocker-compose logs -f appdocker-compose logs -f server- Go into client directory:
cd client- To start client:
npm i && npm start1. Go into server directory:
cd server2. To start server:
npm i && npm run dev-
Fill out envrionment variables:
Go into server/config and fill out test.env file:
cd server/config -
Start Application:
docker-compose up testcd servernpm run test
rd-code-23/todo-list-fullstack
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|