Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijeshb42/next-js-zero-runtime-intermediate-pkg
https://github.com/brijeshb42/next-js-zero-runtime-intermediate-pkg
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brijeshb42/next-js-zero-runtime-intermediate-pkg
- Owner: brijeshb42
- Created: 2024-01-12T11:30:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T11:03:42.000Z (11 months ago)
- Last Synced: 2024-02-08T12:25:05.935Z (11 months ago)
- Language: CSS
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Clone this repo next to `material-ui` repo.
- `material-ui`
- `next-js-zero-runtime-intermediate-pkg`2. Build material ui code - `cd material-ui && pnpm build`
3. Then install dependencies of this repo - `cd next-js-zero-runtime-intermediate-pkg && pnpm install`
4. Build - `pnpm build`
5. Start server - `pnpm start`