https://github.com/boolfalse/node-stack
Node-stack (Node.js, Express, React.js, SWC, Docker)
https://github.com/boolfalse/node-stack
Last synced: 6 months ago
JSON representation
Node-stack (Node.js, Express, React.js, SWC, Docker)
- Host: GitHub
- URL: https://github.com/boolfalse/node-stack
- Owner: boolfalse
- Created: 2023-05-21T10:59:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T23:12:35.000Z (over 2 years ago)
- Last Synced: 2025-02-27T08:08:52.130Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Node-stack
### Stack
- Node.js
- Express
- React.js
- SWC
- Docker
### Usage:
- Clone the repo:
```bash
git clone git@github.com:boolfalse/node-stack.git && cd node-stack
```
- Set up the environment variables:
```bash
cp .env.example .env
```
- Install Docker and Docker Compose:
```bash
sudo apt update
sudo apt install docker.io
sudo apt install docker-compose
```
- Build and run the containers:
```bash
docker-compose up --build
```
#### Resources:
- [Ultimate Typescript/Node/Docker Setup: Step-by-Step (2022)](https://www.youtube.com/watch?v=Av8ezg-2GWc)
- [The Ultimate Node/Docker Setup: Step-by-Step (2022 Update)](https://kevinwwwade.medium.com/the-ultimate-node-docker-setup-step-by-step-2022-update-2927b8ca547c)
#### Author:
- [BoolFalse](https://boolfalse.com)