Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@re-ai/free-api

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@re-ai/free-api

This is a starter template for a TypeScript project using Node.js and Docker.

  • 0.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

Re-AI-TS-STARTER

This is a starter template for a TypeScript project using Node.js and Docker.

Getting Started

Node.js, typescript 开发环境

npm install

npm run dev

Docker部署

构建镜像

修改Makefile文件中的IMAGE_NAMEIMAGE_TAG,然后执行make build命令即可。

make build

第一次执行,需要执行make login登录dockerhub,再执行make create-builder创建builder。

### 登录
make login

### 创建builder
make create-builder

服务端运行

### 先克隆项目
git clone [项目地址]

### 运行    
make run


绑定域名

如果需要部署ssl证书,修改Makefile里的 DOMAINPROT_BIND

make ssl
  • 确保域名解析到服务器的ip地址

FAQs

Package last updated on 10 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc