Home

Awesome

<h1 align="center">♨️ React Minimal Boilerplate</h1> <div align="center"> <p> A React boilerplate with mininal setup to help you quickly kickstart your applications. </p> <img src="https://img.shields.io/github/license/boilertown/react-minimal-boilerplate?style=flat-square" alt="MIT license" > </div>

Introduction

This setup is simplier than react-nostalgia-boilerplate version.

This boilerplate by default, targets browsers which support the native ES Modules, native ESM dynamic import, and import.meta. You can specify custom targets via Vite build.target config option, where the lowest target is es2015.

The setup is opinionated as it is based on my experience of working with difference React projects. It works very well to me and my team. I hope I can make you feel the same.

The Setup

Get Started

Development

GitHub Actions

This boilerplate uses GitHub Actions to perform unit test on Pull Request. You can see the details at pr-test.yml.

Contributing

react-minimal-boilerplate ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.