An open API service indexing awesome lists of open source software.

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)

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)