preact_tailwindcss_signals_crud Tailwind Templates

Preact_tailwindcss_signals_crud

Preact + tailwindcss + signals CRUD

git clone https://github.com/itsmaheshkariya/preact_tailwindcss_signals_crud
cd preact_tailwindcss_signals_crud
yarn
yarn dev

šŸ§‘ā€šŸš€ Seasoned astronaut? Delete this file. Have fun!

šŸš€ Project Structure

Inside of your Preact + Tailwindcss + Signals project, you'll see the following folders and files:

/
ā”œā”€ā”€ public/
ā”œā”€ā”€ src/
│   └── assets/
│       └── UserForm.jsx
│   └── components/
│       └── UserForm.jsx
│       └── UserTable.jsx
│   └── signals/
│       └── user.js
│   └── App.jsx
└── package.json
└── index.html
└── tailwind.config.cjs
└── vite.config.js
└── postcss.config.cjs
└── yarn.lock

There's nothing special about src/components/, but that's where we like to put any Preact components.

Any static assets, like images, can be placed in the public/ directory.

šŸ§ž Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:5173
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

šŸ‘€ Want to learn more?

Feel free to check our documentation or jump into our Discord server.

Top categories

Loading Svelte Themes