backfr runtime


Keywords
next.js alternative, ssr, framework, nextjs, serverside-rendering
License
GPL-3.0
Install
npm install backfr@1.0.0-beta.13

Documentation

back.js (backfr)

Back from compiling all your server + client code, serving 100 KB bundles, and using overkill frameworks for small tasks.

Packages

Objectives:

  • Make a builder and runtime that are not dependant on eachother ("dependencies" field in package.json).
  • Produce bundles that will leverage native module resolutions to reduce bundle size.
  • Strictly target server-side with APIs for convenience.

CLI

Start the development server:

$ backfr-builder dev

Build for production:

$ backfr-builder

Start:

$ backfr

Project structure

See Structure.md