jcuratolo / uber-app-copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Blank MERRN Application on Cloud9 IDE

This is a blank "Hello World" style application that installs all the necessary dependencies without any functionality beyond rendering one React component.
It has Hot Reloading functionality included. Clean with no boilerplate functionality.

MongoDB, Express, React, Redux, Node

This version is setup to be compatible with the Cloud9 IDE.

If NOT using Cloud9 IDE see: blank-merrn

##Get Started

  1. Create a new workspace.
  2. Paste the following into the "Clone from Git" textbox: https://github.com/slmoore/blank-merrn-c9.git
  3. Select a blank template.
  4. Click the Create button.

###Install dependencies (this will take a minute)

npm install

###start application

npm run dev

###Go to dev site

  1. Go to Window -> Share
  2. Click the Application URL and select Open

To see the hot reloader in action open the browser console and make a change to the text in index.js

About


Languages

Language:JavaScript 100.0%