Skip to content

examples using FullSoak web framework on Node.js

Notifications You must be signed in to change notification settings

fullsoak/nodejs-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullsoak examples on Node.js

FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts several examples using FullSoak.

WARNING: as the FullSoak framework is still in an early development phase, breaking changes are expected. When in doubt, please feel free to open a PR / discussion. Thank you for your interest!

Available commands

This repo is prepared for the Node.js runtime.

Install Node.js: https://nodejs.org/en/download

Start the example

PORT=3991 npm run dev

Then head to http://127.0.0.1:3991/app to browse around.

Run tests

npm run test

Other platforms