1.1.0 • Published 10 months ago

rist.js v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

rist.js

Лёгкий JavaScript фреймворк, с удобным автоопределением маршрутов.

Пример использования:

const rist = require("rist.js");

const app = new rist.App({
  templatesDirectory: "public",
  stylesDirectory: "/static/css",
  scriptsDirectory: "/static/scripts",
  imagesDirectory: "/static/images",
  otherDirectory: "/static/other",
  notFoundPage: "404.html",
});

app.compileSCSS("public/static/scss", "public/static/css");

app.start(3000);

Документация

Клик

1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago