Git Product home page Git Product logo

gazelle-front-end's Introduction

Minimal React Starter Kit

Intended to be as simple as small as possible for the advertised features:

Features:

  • React for UI Rendering
  • Falcor for Data Fetching
  • Express for Server Side Rendering
  • React Router
  • Webpack building ES6 with Babel 6
  • Hot Reloading

License

Licensed under the MIT License.

Install

Make sure you have NodeJS and npm installed

[https://nodejs.org/en/download/package-manager/](Install nodejs and npm)

Then install dependencies locally

npm install

Run build tool

For single build

./node_modules/.bin/webpack

Or in watch mode (for active development)

./node_modules/.bin/webpack -w

Or a production build, (in case you want to deploy)

./node_modules/.bin/webpack -p

You will find the results in the ./build/ folder (not pushed to git)

Make sure to keep watching the build window, in case there is a syntax error or something else preventing builds. Your code will not recompile if there are build errors

Run server

You need to re-run the server to isomorphically serve the latest version. However, if you are just changing frontend, you can choose to not restart the server on change, and the frontend code will still be up to date time. The isomorphism will be broken, but it's not important for development.

node build/server.js

Make sure you turn off browser caching. There's an option in Chrome dev tools to do this.

Isomorphism

This is served isomorphically. That means the initial render is on the server, then the identical code is served to the client, and the web browser client does subsequent renders. If you want to know more about what isomorphism is, here's an article that might help:

[https://www.lullabot.com/articles/what-is-an-isomorphic-applicationl](What is an isomorphic application?)

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.