- Use vscode as editor. Download it from here
- Use nodejs 18(LTS). Download it from here.
- Use pnpm as package manager. See pnpm installation to install it.
- If on windows, corepack is recommended.
- Use ESLint and Prettier - Code formatter for better dev experience. Please install it.
First, install dependencies:
pnpm install
Then, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result.