Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mntm-lib/scripts
- Owner: mntm-lib
- License: mit
- Created: 2021-01-14T17:19:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T14:24:19.000Z (over 2 years ago)
- Last Synced: 2024-11-11T20:11:55.794Z (about 2 months ago)
- Topics: build-tools, react, zero-configuration
- Language: JavaScript
- Homepage: https://npm.im/@mntm/scripts
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).