Skip to content

totaljs/lesscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LessCode

The Total.js LessCode app uses the Total.js Flow engine for quickly creating API endpoints. Run, code and release.

Requirements:

  • Total.js v5
  • Node.js +v19

Good to know

Installation

The app will show you access to the Flow editor in the terminal/command-line output.

Manual installation:

  • install the Node.js platform (+v19) (https://nodejs.org)
  • download LessCode source code
  • open the LessCode directory in the terminal or command-line
  • run npm install (once)
  • run npm start (runs app)

Docker Hub:

docker pull totalplatform/lesscode
docker run -p 8000:8000 totalplatform/lesscode

Docker Compose:

git clone https://github.com/totaljs/lesscode.git
cd lesscode
docker compose up

Contact