https://github.com/arvind-4/sample-svelte
Simple Linkedin Sign In Page in Svelte
https://github.com/arvind-4/sample-svelte
svelte tailwindcss typescript vitejs
Last synced: 5 months ago
JSON representation
Simple Linkedin Sign In Page in Svelte
- Host: GitHub
- URL: https://github.com/arvind-4/sample-svelte
- Owner: arvind-4
- License: mit
- Created: 2022-11-10T13:13:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:48:16.000Z (9 months ago)
- Last Synced: 2025-05-15T19:11:24.662Z (8 months ago)
- Topics: svelte, tailwindcss, typescript, vitejs
- Language: Svelte
- Homepage: https://sample-svelte.vercel.app
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Linkedin Sign In Page
Deployed on [Vercel](https://vercel.com/).
Live [Here](https://sample-svelte.vercel.app/).
---
## Running the Project on Your Machine
#### Create a Folder & Clone the Repository:
```bash
mkdir -p ~/Dev/svelte-project
cd ~/Dev/svelte-project
git clone https://github.com/arvind-4/sample-svelte.git .
```
#### Install Dependencies:
```bash
pnpm install
```
#### Run Dev Server:
```bash
pnpm dev
```
#### Build for Production:
```bash
pnpm build
```