Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 661 Bytes

ES6 Fiddle Web

Build Status

See it online here.

Getting Started

This guide assumes you already have MongoDB and NodeJS installed.

Clone the repository

# Get the latest version
git clone [email protected]:jmcriffey/es6-fiddle-web.git

# Change directory
cd es6-fiddle-web

# Install Npm dependencies
npm Install

# Add a MONGOHQ_URL to your environment
export MONGOHQ_URL='mongodb://localhost:27017/fiddles'

# Open a new terminal window and start MongoDB
mongod

# Start the application
npm start