Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactant/reactant-base-example
Just reactant base example
https://github.com/reactant/reactant-base-example
Last synced: about 2 months ago
JSON representation
Just reactant base example
- Host: GitHub
- URL: https://github.com/reactant/reactant-base-example
- Owner: reactant
- Created: 2020-06-07T14:35:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:54:05.000Z (about 2 years ago)
- Last Synced: 2024-11-28T13:51:02.574Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was created with [Reactant CLI](https://github.com/unadlib/reactant/tree/master/packages/reactant-cli).
### Development
```sh
yarn start
```Runs the app in the development mode, and open [http://localhost:7000](http://localhost:7000) to view it in the browser.
### Build
```sh
yarn build
```Build the project, and build files are stored in the `dist/` directory. Use the `--mode=production` flag for a production build.
### Test
```sh
yarn test
```Running unit tests via [jest](https://jestjs.io).