A frontend framework for building modern web applications. SonnetJS is a collection of packages and tools that help you build web applications with ease.
npx create-sonnet-app@latest
cd [my-sonnet-app]
npm i
npm run dev
@sonnet/core
: The core package that provides the foundation for building web applications.SonnetJS is available on NPM. You can install the core package by running:
npm i @sonnetjs/core