real_time_chat_front_end_svelte

Real_time_chat_front_end_svelte

Real Time Chat System using Svelte, TypeScript, Tailwind CSS. Optimized the project structure.

Getting Started

  1. In the root directory, please run
npm install (or `pnpm install` or `yarn`)
  1. Run
npm run dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

File Structure

my-project/
├ src/
│ ├ lib/
│ │ ├ asstes
│ │ └ store
│ ├ params
│ ├ routes/
│ │ └ [project routes]
│ ├ app.html
│ ├ error.html
│ ├ hooks.client.js
│ └ hooks.server.js
├ static/
│ └ [static assets]
├ tests/
│ └ [your tests]
├ package.json
├ svelte.config.js
├ tsconfig.json
└ vite.config.js
└ tailwind.config.cjs

Top categories

Loading Svelte Themes