this project is a demonstration on how to use the Statikly framework.
npx @statikly-stack/cli init --path democd demo && npm i- public - this folder wil server static assets like images, css files etc.
- plugins - this folder will be automatically load fastify plugins
- routes - this folder will be automatically create routes base on folder structure
npm run watchedit routes/index.js and open the app url in the browser to see the changes
we use app-module-path npm package to provide and easy way to import packages in routes, for example const layout = require('components/layout')