/brew

☕ The BREW stack uses Babel, React, Express, and Webpack for scalable React applications

Primary LanguageJavaScriptMIT LicenseMIT

MIT License GitHub Release Travis CI Dependecy Status
devDependencies Status

The BREW stack


BREW has the goal of creating a simple, yet scalable entry point for fullstack JavaScript applications using the react framework. This is a project built from Open Source parts that built up our framework from the server to the browser.

  • Babel - a JavaScript compiler - used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments
  • React - a JavaScript library - used for building user interfaces
  • Express - web framework - a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications
  • Webpack - a module bundler - used for generating a minimal amount of files that run your app

Requirements


  • git - Installation
  • node.js - Download
  • npm - comes with node.js or download yarn using npm install --global yarn

Installation


git clone https://github.com/kafo8/brew.git
cd brew
yarn && yarn dev #for development

Credits


Copyright © 2021 Koji

BREW may be freely distributed under the MIT license.