Note: This project has been archived and is no longer maintained. Please checkout new project for nextjs boilerplates with create command: [nextjs-starter-kit] (https://github.com/IwannabeRealnerD/nextjs-starter-kit).
  playground-monorepo
  
    monorepo for Front End Developer's playground
  
 
This repository is a monorepo built on top of pnpm workspace. It contains projects that I use to test and learn various web development frameworks.
Projects in the repository
- Four front-end projects and one back-end project exist inside appsdirectory.
Project description
- `nextjs-playground``: playground based on Next.js 13 and React 18
- `vite-react-playground``: Web UI component playground based on Vite and React 18
- `svelte-kit-playground``: playground using Svelte Kit
- `nest-server``: backend playground with a server based on nestjs (no progress yet)
How to run projects
nextjs-playground
- Download pnpm and turbo on your local machine
- Run the pnpm i --frozen-lockfilecommand to install the dependency.
- Check package.json scripts in project's root directoriy to find out how to start each playground project
- Start nextjs playground dev server    pnpm dev-nextjs
 
- Start uivite(react) playground storybook    pnpm storybook-uivite