Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nursyah21/boilerplate


https://github.com/nursyah21/boilerplate

Last synced: about 21 hours ago
JSON representation

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