Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.44 KB

File metadata and controls

49 lines (37 loc) · 1.44 KB

React-Express

Fullstack app with React+Flux, Express and MongoDB

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First, you need to install node. You can download from here. Then you need to download and install MongoDB.

Installing

Install dependencies (in the app root directory)

npm install

Start MongoDB (assume that you have installed MongoDB to C:\Program Files

cd C:\Program Files\MongoDB\Server\3.4\bin
./mongod

Connect to MongoDB.

./mongo

Run the app (in the app root directory)

gulp serve

###Big Picture Overview

Back-End Web Application

Front-End Website

  • React displays content quickly
  • React boostrapts easily to server-generated HTML code
  • AJAX requests via jQuery
  • Browserify used to manage dependencies

alt tag