uthpalax / starter-kit

Home Page:https://nhost-sveltekit-starter-kit.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nhost and SvelteKit starter kit

Learn more about nhost; Learn more about svelte kit;

Watch the lesson series on youtube - DoingITeasyChannel here;

Getting Started

Create a nhost project

# clone the project
git clone git@github.com:Uthpala/starter-kit.git

# Install dependencies 
npm install 

# Update .env file with your nhost project urls 
VITE_NHOST_BASE_URL="your nhost project backend url"

Initializing the nhost project

Once you have created a nhost project and installed nhost cli.

# Install nhost cli if you haven't already
npm install -g nhost

# Login to nhost using cli
nhost login 

# REMOVE the nhost directory from the project

# Initialize the project
nhost init

# Select your project 

# start the server and open the app in a new browser tab
npm run dev -- --open

About

https://nhost-sveltekit-starter-kit.vercel.app/


Languages

Language:Svelte 51.1%Language:PLpgSQL 37.5%Language:JavaScript 8.7%Language:HTML 1.5%Language:CSS 0.8%Language:Shell 0.4%