Skip to content

A simple template with React, TypeScript, Parcel and a few other libraries.

License

Notifications You must be signed in to change notification settings

mstieranka/react-ts-template

Repository files navigation

React TypeScript Template

This is a simple template, set up with the following libraries:

  • pnpm
  • React
  • TypeScript
  • TailwindCSS (can be removed by removing postcss, autoprefixer and tailwindcss)
  • Material Design Icons (can be removed by removing @mdi/js and @mdi/react)
  • ESLint and Prettier

How to run

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/.

About

A simple template with React, TypeScript, Parcel and a few other libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published