Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.