Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiro08gh/react-minimal-lib
Setting up a minimal configuration of React + TypeScrip using microbundle
https://github.com/hiro08gh/react-minimal-lib
Last synced: 11 days ago
JSON representation
Setting up a minimal configuration of React + TypeScrip using microbundle
- Host: GitHub
- URL: https://github.com/hiro08gh/react-minimal-lib
- Owner: hiro08gh
- Created: 2020-07-16T05:28:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:36:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T08:58:47.334Z (11 days ago)
- Language: TypeScript
- Homepage:
- Size: 770 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-minimal-lib
React + TypeScript super minimal library development kit. Using microbundle.## Usage
```
$ yarn install
``````
$ yarn dev
```## build
```
$ yarn build
```