Code Monkey home page Code Monkey logo

svelte-template's Introduction

๐Ÿšง Svelte Template

Svelte + Rust WebAsm + Typescript + Parcel + Express

This repository is a template to allow Svelte to import a rust crate directly in it.

A change on the rust files on the crate triggers the Hot Module Reloading[HMR] and automatically reflects on the browser the changes done.

It is based on the awesome work by hmmhmmhm.

Installation

You can install this template in at least three different ways:

  1. Using degit:

npx degit HugoDaniel/svelte-template my-svelte-project

  1. Using the "Use this template" GitHub button above

  2. Just fork and clone it

After one of the above steps have been made, you have to:

  • cd my-svelte-project
  • npm install
  • npm start

Command

  • npm start

    Run the development server. This command creates a path accessible through HTTP and HTTPS. HTTP is applied with Hot Module Replacement (HMR). HTTPS has a built-in certificate for testing.

  • npm run build

    Generate production build results. Minify is applied to the result and hmr is excluded.

  • npm run watch

    Same as the npm start command, but does not serve the code with HTTP and HTTPS.

  • npm run clean

    This command deletes all files in the 'dist' folder. However, the folder below the list is not deleted. If there is a static resource that should not be deleted, create a folder in the folder and use it.

License

MIT Licensed

svelte-template's People

Contributors

dependabot[bot] avatar hmmhmmhm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.