Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nursyah21/boilerplate
https://github.com/nursyah21/boilerplate
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nursyah21/boilerplate
- Owner: nursyah21
- Created: 2024-08-23T11:05:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T21:17:39.000Z (3 months ago)
- Last Synced: 2024-08-24T14:23:26.631Z (3 months ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate React + TS + React Router + Tailwind
manual
```
git clone --depth 1 https://github.com/nursyah21/boilerplate
cd
rm -rf .git
pnpm install
```with degit
```
degit nursyah21/boilerplate
cd
pnpm install
```