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.
- Host: GitHub
- URL: https://github.com/semibran/template-react
- Owner: semibran
- License: mit
- Created: 2021-01-07T02:48:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T01:23:11.000Z (over 5 years ago)
- Last Synced: 2025-10-29T04:43:07.341Z (9 months ago)
- Language: Makefile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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}})