/react-typescript-boilerplate

Boilerplate for SPA projects using React, TypeScript with ESLint

Primary LanguageJavaScript

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 build/ directory.
  • Items under public/ will be copied to the build/ directory directly.

TODOs

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