- Node.js
- Express
- React.js
- SWC
- Docker
- Clone the repo:
git clone git@github.com:boolfalse/node-stack.git && cd node-stack- Set up the environment variables:
cp .env.example .env- Install Docker and Docker Compose:
sudo apt update
sudo apt install docker.io
sudo apt install docker-compose- Build and run the containers:
docker-compose up --build