hent-ai / README.md
Nultx's picture
Duplicate from cruxx/c.ai
cf91b15
|
raw
history blame contribute delete
No virus
836 Bytes
metadata
title: Template Node Python Express
emoji: 🐍
colorFrom: yellow
colorTo: green
sdk: docker
pinned: false
app_port: 7860
duplicated_from: cruxx/c.ai

A minimalist Docker space to help people getting started with Node, Python, Express and TypeScript. Ready to be used in a Hugging Face Space.

You read it right: this template project will help you call Python libraries from NodeJS!

Installation

Prerequisites

Building and run without Docker

nvm use
npm i
npm run start

Building and running with Docker

npm run docker

This script is a shortcut executing the following commands:

docker build -t template-node-python-express .
docker run -it -p 7860:7860 template-node-python-express