rtivital / mantine-vite-heroku-template

Mantine Vite template with basic Node.js server to deploy application to Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mantine Vite template

Features

This template comes with the following features:

npm scripts

Build and dev scripts

  • dev – start development server
  • build – build production version of the app
  • preview – locally preview production build

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • vitest – runs vitest tests
  • vitest:watch – starts vitest watch
  • test – runs vitest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier

About

Mantine Vite template with basic Node.js server to deploy application to Heroku


Languages

Language:TypeScript 69.5%Language:JavaScript 21.2%Language:HTML 5.7%Language:CSS 3.2%Language:Procfile 0.3%