Skip to content

Cloud9 IDE compatible blank application for MERRN stack with webpack-dev-server Hot Reloading enabled.

Notifications You must be signed in to change notification settings

slmoore/blank-merrn-c9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Cloud9 IDE compatible blank application for MERRN stack with webpack-dev-server Hot Reloading enabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published