Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.55 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.55 KB

UnderReact

Description

A fast way to find the React essentials you need without digging through docs.

Utilizing a statement-based decision tree structure to find topics.

Providing real-world code examples, including from the app’s own codebase.

See a live deploy of the site right now at underreact.click!

Installation

Clone the project repo.

$ git clone https://github.com/garethbrickman/UnderReact.git

Install with npm:

$ npm install

Usage

Start the app for development (by default at localhost:3000):

$ npm start

Build the app for production (enjoying the benefits of the included build optimization):

$ npm build

Project Planning

Github Projects

Authors

Backend Engineering & Architecture - Melty Design & SVG Animation - Dropdown Functionality & Content Pane

Frontend Design & Syntax Highlighter - Dark Mode Toggle & Style Implementation - Build Optimization & AWS Deployment

Licensing

Mozilla Public License Version 2.0