sonnetjs / sonnet

Sonnetjs is an opinionated frontend framework for crafting web ui
https://sonnet.js.org
37 stars 3 forks source link
framework frontend frontend-framework javascript js monorepo sonnetjs turbo ui web web-ui

SonnetJS

A frontend framework for building modern web applications. SonnetJS is a collection of packages and tools that help you build web applications with ease.

Usage

  1. Run the following command to create a new SonnetJS project.
npx create-sonnet-app@latest
  1. Change directory to the newly created project.
cd [my-sonnet-app]
  1. Install the dependencies
npm i
  1. Start the development server
npm run dev

Apps and Packages

NPM

SonnetJS is available on NPM. You can install the core package by running:

npm i @sonnetjs/core

NPM Links

https://npmjs.com/package/@sonnetjs/core