Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadayosi/sample-nginx-nodejs
https://github.com/tadayosi/sample-nginx-nodejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadayosi/sample-nginx-nodejs
- Owner: tadayosi
- License: apache-2.0
- Created: 2023-06-02T08:25:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T06:58:31.000Z (11 months ago)
- Last Synced: 2024-10-16T20:22:55.864Z (3 months ago)
- Language: TypeScript
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx + Node.js Sample Application
To run the application directly:
```console
yarn install
yarn start:app
```To run it with Nginx + Node.js configuration using docker compose:
```console
yarn install
yarn start
```