Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

deck-app/nodejs

Repository files navigation

What is Node.js?

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

nodejs.org

Install

Using DECK

Install Nodejs from the DECK marketplace and follow the instructions on the GUI

From terminal with Docker

The quickest way to get started with the Nodejs Development Container is using docker-compose.
Download the ```docker-compose.yml``` file in the application directory:
  ```
  $ git clone https://github.com/deck-app/nodejs.git
  $ cd nodejs
  $ edit .env file as per your requirement
  $ docker-compose up -d
  ```

Modifying project settings

From the DECK app, go to stack list and click on project's More > configure > Advanced configuration Follow the instructions below and restart your stack from the GUI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published