mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 14:03:36 -05:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// use this file with runners like node-debug
|
|
// or mocha.
|
|
require('babel-register');
|
|
var app = require('./server');
|
|
|
|
app.start();
|