jeffrifwald / es6-fiddle-web

Fiddlin' with ECMAScript6.

Home Page:https://es6fiddle.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

Fiddlin' with ECMAScript6.

https://es6fiddle.net

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.6%Language:HTML 0.2%