The bare starter template.
-
Via the CLI:
npx @tinijs/cli@latest new my-app -
Or, download this repo and run
npm i.
- Run
npm run devto start the development server. - Run
npm run buildto build the app and optionallynpm run previewto preview the production build. - Deploy the
.outputfolder to any static server.
For more details, please visit https://tinijs.dev.
Released under the MIT license.