itsmaheshkariya / preact_tailwindcss_signals_crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preact + tailwindcss + signals CRUD

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

Slide 16_9 - 1flutternodejwt-11

Open in StackBlitz Open with CodeSandbox

πŸ§‘β€πŸš€ 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.

About


Languages

Language:JavaScript 93.4%Language:HTML 5.8%Language:CSS 0.8%