Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoxelox/react-pwa-starter
Full React TypeScript starter with automatic bundling into a progressive web app.
https://github.com/neoxelox/react-pwa-starter
eslint prettier pwa react router scss stylelint tailwindcss typescript vite yarn
Last synced: 4 days ago
JSON representation
Full React TypeScript starter with automatic bundling into a progressive web app.
- Host: GitHub
- URL: https://github.com/neoxelox/react-pwa-starter
- Owner: Neoxelox
- License: mit
- Created: 2023-05-22T16:46:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T15:47:15.000Z (12 months ago)
- Last Synced: 2023-11-19T16:38:56.272Z (12 months ago)
- Topics: eslint, prettier, pwa, react, router, scss, stylelint, tailwindcss, typescript, vite, yarn
- Language: CSS
- Homepage:
- Size: 1.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-pwa-starter
Full **React** TypeScript starter with automatic bundling into a **progressive web app** featuring:
- React
- Vite
- TypeScript
- PWA
- TailwindCSS
- SCSS
- React Router
- Autoprefixer
- HTML, SCSS and JS minification
- ESLint
- Prettier
- Stylelint
- Yarn## develop
**`yarn dev`**
## lint
**`yarn lint`**
## format
**`yarn format`**
## build
**`yarn build`**
## preview
**`yarn preview`**