https://github.com/marcobiedermann/react-boilerplate
⚛️ React Boilerplate to get you started
https://github.com/marcobiedermann/react-boilerplate
boilerplate front-end react setup typescript
Last synced: 3 months ago
JSON representation
⚛️ React Boilerplate to get you started
- Host: GitHub
- URL: https://github.com/marcobiedermann/react-boilerplate
- Owner: marcobiedermann
- License: mit
- Created: 2017-11-12T13:41:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T02:36:49.000Z (8 months ago)
- Last Synced: 2025-03-18T10:45:40.028Z (8 months ago)
- Topics: boilerplate, front-end, react, setup, typescript
- Language: TypeScript
- Homepage: https://marcobiedermann-react-boilerplate.netlify.com/
- Size: 3.66 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React Boilerplate
[](https://codecov.io/gh/marcobiedermann/react-boilerplate)
[](https://david-dm.org/marcobiedermann/react-boilerplate)
[](https://david-dm.org/marcobiedermann/react-boilerplate?type=dev)
[](https://github.com/marcobiedermann/react-boilerplate/actions/workflows/ci.yml)
[](https://app.netlify.com/sites/marcobiedermann-react-boilerplate/deploys)
## Table of contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Requirements
- [Node.js](https://nodejs.org)
## Installation
Install dependencies via:
```sh
npm install
```
## Usage
Server with live reloading
```sh
npm run develop
```
Testing / Linting
```sh
npm test
```
Build files for production
```sh
npm run build
```
## License
[MIT License](LICENSE)
Copyright (c) Marco Biedermann