Giter Site home page Giter Site logo

legs's Introduction

legs

Legs is a ready-to-go template app, based on Preact, with support for server side rendering and Fluent UI.

With support for Preact's React compatibility layer baked in, Legs will help you build websites with smaller footprints.

Clone the repository, edit package.json and start hacking!

Structure

src/app should contain the frontend code for your application. It's recommended to create a directory for each component, and use the filenames index.js and style.css.

src/server is the code for the built-in web server.

src/style contains application-wide stylesheets.

Commands

yarn dev Runs a development server.

yarn build [--dest build] [--no-prerender] Builds a production-ready bundle. Use --no-prerender to disable SSR.

yarn serve Builds a bundle and serves it on port 8085 (or $PORT), using the built-in web server.

Notes

When developing SSR apps for the first time, remember that our client-side code will probably get invoked under a node environment, and won't have access to your standard browser namespace. A workaround is to gate code with if (typeof window === 'undefined') return;.

legs's People

Stargazers

Arran France avatar

Watchers

James Cloos avatar Jamie Woods 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.