Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesenelir/conf
a monorepo project about configuration
https://github.com/lesenelir/conf
Last synced: 9 days ago
JSON representation
a monorepo project about configuration
- Host: GitHub
- URL: https://github.com/lesenelir/conf
- Owner: lesenelir
- Created: 2023-10-13T10:06:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T11:57:32.000Z (about 1 year ago)
- Last Synced: 2024-09-27T19:47:25.216Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# conf
## Steps
- Create a PNPM Workspace
- Initial a new PNPM workspace to manage dependencies and version.- Utils package
- Setup `tsconfig.json` for Typescript project configurations.
- Utilize Rollup for bundling Typescript code into a single package.- UI package
- Setup `tsconfig.json` to configure Typescript settings for the React Project.
- Utilize Rollup for bundling the React code into a single package.- App vite-react-app
- This file is to test the `ui package`.