Skip to content

jeffrifwald/es6-fiddle-web

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages