Git Product home page Git Product logo

semantic-play's Introduction

WebAppSkeleton-Full

More fully featured version of WebAppSkeleton

(Fork of WebAppSkeleton)

Added:

  • Postgres
  • Sequelize
  • Websockets

=======================================================

WebAppSkeleton

Skeleton for creating a Single Page App (client & server). This project is meant to be a lean and highly customizable starting point for rapid prototyping.

Includes:

  • React with hooks
  • Redux
  • Express
  • Babel
  • Webpack
  • Jest

Snippets for integrating:

  • Postgres
  • Sequelize
  • Web sockets (client & server)
  • User Authentication (client & server)
  • Misc utilities and libraries

Starting a project

  1. Create a new empty github repo for your project
  2. Clone that repo locally and cd into it
  3. Set WebAppSkeleton as a remote upstream source (to be able to pull updates from it): git remote add upstream [email protected]:brandonjyee/WebAppSkeleton.git or git remote add upstream https://github.com/brandonjyee/WebAppSkeleton.git You can verify with: git remote -v
  4. git pull upstream master to pull the source from WebAppSkeleton
  5. git push origin master to push up to your new repo

Test that it's working

  1. npm i to install all the npm packages
  2. Run npm run start-dev and go to localhost:8080 in your browser to see that the default page loads

semantic-play's People

Contributors

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