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

https://github.com/semibran/template-react

A fast and highly configurable template for a static React web app.
https://github.com/semibran/template-react

Last synced: 5 months ago
JSON representation

A fast and highly configurable template for a static React web app.

Awesome Lists containing this project

README

          

# {{project.name}}
> {{project.description}}

## development
To get started, clone this repo and enter the following commands:
```sh
> pnpx pkg-bump # update dependency versions
> pnpx scaffy # replace template tags
> pnpm i # install deps
> make start # watch files; requires make 3.8.2+
```

Replace pnpx/pnpm with npx/npm if you prefer npm. You may remove any mention of `scaffy` or `pkg-bump` from this document once both commands have completed successfully.

## license
[MIT](https://opensource.org/licenses/MIT) © [{{author.name}}]({{author.website}})