This is a simple template, set up with the following libraries:
- pnpm
- React
- TypeScript
- TailwindCSS (can be removed by removing
postcss
,autoprefixer
andtailwindcss
) - Material Design Icons (can be removed by removing
@mdi/js
and@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 pnpm
Then 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/
.