Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanuarprayoga9/react-typescript-boilerplate


https://github.com/yanuarprayoga9/react-typescript-boilerplate

Last synced: about 2 months ago
JSON representation

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"
```