Bootstrap a simple innerself app
npm install -g innerself-app
First, run the command to create the app
innerself-app my-app
Next, change into the directory and start the dev server
cd my-app
npm start
To produce a production build of your new app, run...
npm run build
Usage: innerself-app [options] <dirname>
bootstrap a new innerself app
Options:
-V, --version output the version number
-t, --typescript create a typescript innerself app
-e, --esnext don't include babel for a js project
-i, --init create a new innerself app in this directory
-h, --help output usage information