Giter VIP home page Giter VIP logo

unscalable's Introduction

Unscalable Webpage Application Boilerplate

A client has a problem. I rush out a webpage app in a few days to solve it. Add a few week's real-world testing, debugging, iterating and sometimes a rewrite, the app stabilizes for this one client on a modern browser (often on iPhone or iPad).

This is my starting point (or boilerplate) for such apps.

Features

  • codes faster:
    • supports ES6 which makes fast app making libraries like Redux & React faster and less buggy
    • auto-reload server on server file change
    • auto-refresh webpage on css and javascript change
    • Uses only npm scripts for automation (or tooling). Alternatives gulp and grunt take up too much space, it slows down the initial creation of a project, and plugins are more likely to break.
  • mostly dumb server:
    • I mostly make apps that only hit the server once to download files, then connects to firebase for data storage. (or single-page web app). For my one client with his advanced browser the single-page app responds instantly to data edits and view changes despite always under spotty internet. (Most of these apps run in restaurants.)
    • with express as the server it's very easy to add 1 or 2 server functions like SMS authentication.

unscalable's People

Contributors

pspegg avatar

Stargazers

 avatar

Watchers

James Cloos 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.