Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

uthpalax/starter-kit

Repository files navigation

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

AltStyle によって変換されたページ (->オリジナル) /