Skip to content

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

Notifications You must be signed in to change notification settings

julius6208/real_time_chat_front_end_svelte

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published