Giter Site home page Giter Site logo

kreteshq / preact-typescript-snowpack-example-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 381 KB

Preact + TypeScript + Snowpack Example App

Shell 9.63% HTML 14.36% TypeScript 46.71% JavaScript 29.29%
preact typescript snowpack huncwot-framework

preact-typescript-snowpack-example-app's Introduction

README

Getting Started

Using VS Code (Recommended)

The application provides VS Code tasks to run both server & client parts.

You can start Huncwot Server and Client tasks from Tasks: Run Task menu in Command Palette.

Using CLI

  1. Install dependencies
npm install
  1. Start the server
huncwot server      # you can also use `hc` instead of `huncwot`
  1. Start the client
huncwot client
  1. Go to localhost:5544 to see the application running

Architecture

TypeScript

This application uses TypeScript on the front-end and on the back-end. This way you have not only one programming language to learn, but also you use one ecosystem of libraries when building web applications.

Snowpack

Huncwot provides first-class support for Snowpack so that you can build modern web applications (using React, Vue et al) without a bundler (like Webpack, Parcel or Rollup). Instead, you use ECMAScript modules.

Preact

Preact is a fast 3kB alternative to React.js that comes with the same modern API. Preact can be used directly in the browser without any transpilation steps. In addition, the libraries provides various improvements such as raw HTML attribute/property names (i.e. class instead of className) or arguments in Component.render().

preact-typescript-snowpack-example-app's People

Contributors

zaiste avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.