jens-ox / previous.js

SPA again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

previous.js

An attempt at a modern fullstack setup without Next.js

Prerequisites

previous.js uses Bun as package manager and TS runner.

Usage

  • install dependencies with bun install
  • run development instance with bun dev
  • run unit tests with bun test
  • run integration tests with bun test:e2e
  • generate a production build with bun build

Environment Variables

  • BASEPATH - Set at runtime to sever the application under a basepath in your domain.

Technical

About

SPA again


Languages

Language:TypeScript 76.3%Language:JavaScript 12.4%Language:Dockerfile 9.2%Language:HTML 1.0%Language:CSS 1.0%