Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntucker/mount-demo
https://github.com/ntucker/mount-demo
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntucker/mount-demo
- Owner: ntucker
- License: other
- Created: 2022-02-12T03:59:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:59:47.000Z (11 months ago)
- Last Synced: 2024-05-02T00:33:12.313Z (6 months ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Mount Demo
This project was generated by [anansi](https://github.com/ntucker/anansi#readme).
### Usage
With [Visual Studio Code](https://code.visualstudio.com), simply press `F5` to start the development server and browser.
#### Run dev:
```bash
yarn start
```#### Build prod:
`Ctrl+shift+B` in [Visual Studio Code](https://code.visualstudio.com)
```bash
yarn build
```#### Run prod: (after build)
```bash
yarn start:prod
```#### Analyze production bundle sizes:
```bash
yarn build:analyze
```#### Run with [React Profiler](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html):
```bash
yarn build:profile
```#### Check Packages for duplicates or circular dependencies:
```bash
yarn pkgcheck
```