Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanuarprayoga9/react-typescript-boilerplate
https://github.com/yanuarprayoga9/react-typescript-boilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanuarprayoga9/react-typescript-boilerplate
- Owner: Yanuarprayoga9
- Created: 2024-06-10T13:39:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T03:01:51.000Z (7 months ago)
- Last Synced: 2024-06-15T05:21:25.474Z (7 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite + axios + react router dom
```js
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write ./src"
```