Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 710 Bytes

File metadata and controls

22 lines (15 loc) · 710 Bytes

React-Typescript Boilerplate

For those who are tired of paying the cost of installing packages they will NEVER EVER use.

This repository provides a starting point for SPA projects using the following stack:

Some Notes

  • The source root (i.e., src/) can be referenced using the @/ prefix.
  • The build result goes into the dist/ directory.

TODOs

  • Keep track of the version upgrades of dependencies.
  • Fine-tune eslint.config.mjs and tsconfig.json properly (RTFM!).
  • and more..