Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tadayosi/sample-nginx-nodejs


https://github.com/tadayosi/sample-nginx-nodejs

Last synced: 3 days ago
JSON representation

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
```