Skip to content

mvillarg/wkc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to World Kart Championship

This is a concept web-app developed for DevAway_ using Svelte

It can be accessed directly from Github preview

~Miki

Deploy locally (NodeJS required)

Install the dependencies...

npm install

...then start:

npm run dev

Navigate to localhost:5000. You should see the app running.

Note that you will need to have Node.js installed.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

Using TypeScript

This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:

node scripts/setupTypeScript.js

Or remove the script via:

rm scripts/setupTypeScript.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published