Typescript + Nodejs + React + Nginx + docker setup
-
Pull the repo
-
npm install in api and client folder
-
create env files required by docker-compose file, or comment out the
env_file
-
add
127.0.0.1 testhost
to hosts file, or changeserver_name
innginx/conf.d/default.conf
tolocalhost
-
run
docker compose up