This is a simple template, set up with the following libraries:
- pnpm
- React
- TypeScript
- TailwindCSS (can be removed by removing
postcss,autoprefixerandtailwindcss) - Material Design Icons (can be removed by removing
@mdi/jsand@mdi/react) - ESLint and Prettier
First, ensure that you have node.js v16.x and pnpm 7.x installed:
node -v
pnpm -v || npm install -g pnpmThen install packages with pnpm install.
After that, you can run pnpm start to get a hot-reloading preview or pnpm run build to build the app into dist/.