Welcome Aboard

Congratulations! You have just created your brand new Muffin app. From here you can create models and views, set up server APIs, and build your app into the ultimate awesomeness.

Get Started

Getting Started

1. Use muffin generate to create your models, views and RESTful APIs

$ muffin generate scaffold user name:string email:string age:number

2. Go to localhost:4000/#users and see your views in action

Try to add, remove, or edit a user.

3. Read the generated code and start tweaking.

All the generated code are located in client/apps/main.