limgit / react-typescript-boilerplate

Boilerplate for SPA projects using React, TypeScript with ESLint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boilerplate for SPA projects using React, TypeScript with ESLint


Languages

Language:JavaScript 83.7%Language:HTML 8.7%Language:TypeScript 7.6%