The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gisle Aune 5935cbbf54 story-content, logs-content: Changed text width from 75 to 90 characters, added grouping of multipart log posts, and darkened background. 6 years ago
.vscode Initial Commit 6 years ago
assets Initial Commit 6 years ago
marko story-content, logs-content: Changed text width from 75 to 90 characters, added grouping of multipart log posts, and darkened background. 6 years ago
middleware data, logs, logs-content, story, story-content: Added permission check in UI to hide disallowed actions. 6 years ago
routes server: Removed failure callback. 6 years ago
rpdata logs: Added filtering. 6 years ago
.babelrc Initial Commit 6 years ago
.drone.yml ci: Added trunk build 6 years ago
.gitignore Initial Commit 6 years ago
.jshintrc Initial Commit 6 years ago
Dockerfile server: Added sequentual template build at startup. 6 years ago
README.md Initial Commit 6 years ago
build.js server: Added sequentual template build at startup. 6 years ago
builder.js server: Added sequentual template build at startup. 6 years ago
config.js server: Added trustedProxy config. 6 years ago
debug.js auth: Added debug utils module 6 years ago
package-lock.json story: Added tag list, fixed tag not showing when listing by tag. 6 years ago
package.json story-content, logs-content: Changed text width from 75 to 90 characters, added grouping of multipart log posts, and darkened background. 6 years ago
server.js story-content, logs-content: Changed text width from 75 to 90 characters, added grouping of multipart log posts, and darkened background. 6 years ago

README.md

Sample App: Marko + Express

This is the official sample changed to get it working with the latest versions of lasso, as well as some personal preferences.

A lot of compiled/cached files are hidden in Visual Studio Code, see the config file in the .vscode folder to change that.

Install

npm install
npm run dev

Then open the URL printed in the console.