Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mntm-lib/scripts

A drop-in replacement for react-scripts
https://github.com/mntm-lib/scripts

build-tools react zero-configuration

Last synced: about 1 month ago
JSON representation

A drop-in replacement for react-scripts

Awesome Lists containing this project

README

        

# @mntm/scripts [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/maxi-team/react-stub/blob/master/LICENSE)

A drop-in replacement for [react-scripts](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts).

## Differences

- Requires Typescript
- Supports multi-build mode for modern and legacy builds
- Uses Preact instead of React as [@mntm/react](https://github.com/maxi-team/react-stub)

## Installation

We recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:

```shell
yarn add -D @mntm/scripts
```

## License

@mntm/scripts is [MIT licensed](./LICENSE).