1. Project Setup

Let's make sure your project looks like the setup from the main tutorial.
PROJECT
config
develop.ts
plugins
app
pages
home.ts
views
home.tsx
plugin.ts
package.json
tsconfig.json
unocss.config.ts
develop.ts
home.ts
home.tsx
plugin.ts
package.json
tsconfig.json
unocss.config.ts
Copy
NOTE: Stackpress remains unopinionated and the plugin architecture is just one of many ways on how one can structure a project.
The following sections will build on top of this setup to prevent re-explaining the core concepts.