Skip to content

gmhewett/spagain

 
 

Repository files navigation

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

Technical

About

SPA again

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.8%
  • JavaScript 17.0%
  • Dockerfile 12.6%
  • CSS 1.4%
  • HTML 1.2%