sonnet
sonnet copied to clipboard
Sonnetjs is an opinionated frontend framework for crafting 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
- Run the following command to create a new SonnetJS project.
npx create-sonnet-app@latest
- Change directory to the newly created project.
cd [my-sonnet-app]
- Install the dependencies
npm i
- Start the development server
npm run dev
Apps and Packages
@sonnet/core: The core package that provides the foundation for building web applications.
NPM
SonnetJS is available on NPM. You can install the core package by running:
npm i @sonnetjs/core