Skip to content

Latest commit

 

History

History

adhoc-to-module

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Adhoc to Module

This section introduces hof gen code generation by starting from simple files and building up to a generator module for full stack apps.

In the next section, full-stack app, we will use the module we create here to build another app for a different purpose.

Getting started

You'll want to pick a name and repo so you can have the format

github.com/<username>/<name>

The walkthrough uses demo as the app name

mkdir demo && cd demo
touch models.{cue,go}