innerself-app
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Bootstrap a simple innerself app

npm version

Installing

npm install -g innerself-app

Creating a new 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

Building your app

To produce a production build of your new app, run...

npm run build

CLI

  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

/innerself-app/

    Package Sidebar

    Install

    npm i innerself-app

    Weekly Downloads

    1

    Version

    0.0.6

    License

    none

    Last publish

    Collaborators

    • bsouthga