JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
968 stars 70 forks source link

No longer require back-app.js #60

Open JonAbrams opened 10 years ago

JonAbrams commented 10 years ago

Now that we have services, it's likely that most simple apps won't even need a back-app.js, so might as well not require it.

When starting using the synth cli, if no back-app.js|coffee is detected, it should instatiate it's own synth app using default options and then launch it.