FrontSail is a microframework that helps you to quickly create small to medium sized reactive websites.
Installation
Make sure you have installed Node.js with a minimum version of 16.13.0.
- Run
npx @frontsail/cliin an empty directory. - Create a starter project by following the instructions in the CLI.
- Start developing.
Learn the basics with an example
Using FrontSail is straightforward. If you're familiar with HTML and CSS, you can jump right in and build a fully functional website. The best way to get to know the framework is through examples. If you need more details, read the official documentation pages.
TBD