/previous.js

SPA again

Primary LanguageTypeScript

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