Skip to content

zyb8023/react-ts-zero

Repository files navigation

What is this?

This is a starter kit bootstrapped with Create-React-App along with following stuffs:

  • Language and Linters: typescript, eslint, prettier
  • deps: react, react-redux(rematch), react-router-dom, sytled-components

Repo Structure

src
├── App.css
├── App.test.tsx
├── App.tsx
├── api
│   └── AuthGuard.tsx
├── config
│   └── index.tsx
├── index.css
├── index.tsx
├── logo.svg
├── react-app-env.d.ts
├── routes
│   ├── Home.tsx
│   ├── Joke.tsx
│   └── Landing.tsx
├── serviceWorker.ts
├── store
│   ├── index.tsx
│   └── models
│       ├── common.tsx
│       └── index.tsx
├── theme
│   ├── index.tsx
│   └── palette.tsx
└── utils
    └── PrivateRoute.tsx

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published