Introduction
Rapid, a starter to jumpstart your typeful apps.
Rapid a starter kit to jumpstart your typeful apps. It is a monorepo that is built on top of:
All these tools are configured to work together out of the box. Rapid is designed to be a monorepo that can be used to build full-stack applications. It is designed to be a starting point for your next project.
Setup up rapid
Setting up rapid is easy. Just follow the steps below
Git Clone
You can git clone or fork the Rapid GitHub
repository bash mkdir rapid && cd rapid && git clone https://github.com/imprakharshukla/rapid .
Install the dependencies
Now install the dependencies with (ensure that pnpm is installed
Guide) bash pnpm install
Start the development server
bash pnpm dev
You can filter out packages and apps with pnpm workspace’s --filter
option. Learn more.