Skip to content

Testing and dev

Sad Gabi edited this page Jul 23, 2026 · 3 revisions

Dev Server with Hot-Reload

To test your Chocola app with hot-reload, run:

node chocola.server.js

This starts a local server and automatically reloads the app whenever you make changes. You only need to think about doing a manual build when you're getting ready to deploy.

Introduction

Components

Templates

Styling

Runtime

Architecture

Reference

FAQ

Clone this wiki locally