Skip to content

tinijs/blank-starter

Repository files navigation

Blank Template

The blank starter template.

Install

  • Via the CLI: npx @tinijs/cli@latest new my-app --template blank

  • Or, download this repo and run npm i.

Usage

  • Run npm run dev to start the development server.
  • Run npm run build to build the app and optionally npm run preview to preview the production build.
  • Deploy the .output folder to any static server.

For more details, please visit https://tinijs.dev.

License

Released under the MIT license.