Skip to content

Mr-M1M3/sveltail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sveltail

A project template for Svelte Apps that uses TailwindCSS

Installation

Use the degit NPM package to download this template. It will not download the whole git history.

npx degit Mr-M1M3/sveltail project_name

Usage

# First install all the dependencies
npm install # or run `yarn` if you are using yarn

# Genertate TailwindCSS and Build the svelte app for developing.
#It also creates a development server and wathces for changes in our project
npm run dev # `yarn dev` if you would like to use yarn

# Finally, if the project is ready, build your project for production
npm run build # `yarn build` for yarn users

# you can start the production server by running
npm run start # `yarn start` if yarn is your favorite

Deploying to the web

With Vercel

Install vercel if you haven't already:

npm install -g vercel

Then, from within your project folder:

cd public
vercel deploy --name project_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published