https://github.com/gloriajun/gloria-tilog
My develop log....story
https://github.com/gloriajun/gloria-tilog
dinosaurs monorepo nx react typescript
Last synced: 3 months ago
JSON representation
My develop log....story
- Host: GitHub
- URL: https://github.com/gloriajun/gloria-tilog
- Owner: gloriaJun
- License: mit
- Created: 2020-01-02T14:15:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T18:10:15.000Z (over 1 year ago)
- Last Synced: 2024-12-27T02:11:34.548Z (4 months ago)
- Topics: dinosaurs, monorepo, nx, react, typescript
- Language: MDX
- Homepage: https://gloriajun.github.io/gloria-tilog/
- Size: 14.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Development Study History✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨
## 🚀 Homepages
- Blog : https://gloriajun.github.io/gloria-tilog/
- Storybook : N/A## 🧐 What's inside?
- yarn berry (yarn v3)
- Nx
- React v18
- TypeScript v5
- styled-component## Understand this workspace
Run `nx graph` to see a diagram of the dependencies of the projects.
## How to Run
### Install Package
```
yarn install
```### Local Development
```
$ yarn start doc
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build doc
```This command generates static content into the `build` directory and can be served using any static contents hosting service.