Giter Club home page Giter Club logo

618gr4's Introduction

MIT 6.813 - GR4


A Node.js web application written using ReactJS and JavaScript ES6 syntax. Web Application employs Babel for compiling ES6 syntax and Webpack for module bundling. Implemented as part of MIT 6.831: UI Design and Implementation course.

I. Dependencies

To install all dependencies/libraries (located in the package.json), run the following command in the terminal:

$ npm install

II. Usage

To run the web application, run the following command in the terminal:

$ npm run start

A development server will be launched on the localhost: http://localhost:8080

III. Deployment

Before this application can be deployed, the ES6+ codebase must be transpiled and web-packed into a build bundle.

To do this, run the following command in the terminal:

$ npm run build

Then, the /build directory should be ready for deployment.

To deploy the web application to firebase host, run the following command in the terminal:

$ firebase deploy -m "commit message"

To learn more about Firebase hosting and deployment, read: https://firebase.google.com/docs/hosting/deploying

V. Helpful Links

To learn more about ReactJS, visit: https://facebook.github.io/react/

To learn more about the Webpack module bundler, visit: https://webpack.js.org/

To learn more about the Babel compiler, visit: https://babeljs.io/

To learn more about Google Firebase, visit: https://firebase.google.com/

618gr4's People

Contributors

efraimhelman avatar amruss avatar

Watchers

James Cloos avatar  avatar Afika Nyati 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.