️ Front End interview preparation materials for busy engineers
Go to file
Yangshun a1a88d884c [all] chore: move to pnpm part 2 2023-12-06 19:12:08 +08:00
.github/workflows chore: add sync i18n string workflow (#21) 2023-04-01 15:10:35 +08:00
.vscode initial commit 2023-03-20 08:59:10 +08:00
apps [all] chore: move to pnpm part 2 2023-12-06 19:12:08 +08:00
front-end-interview-handbook@badc0e8842 feig: regenerate 2023-12-06 10:16:15 +08:00
packages qns(sd): fix typo in news feed question infinite scrolling section 2023-12-06 09:48:05 +08:00
.gitignore misc: ignore Parcel .cache directory 2023-10-16 16:19:12 +08:00
.gitmodules qns(quiz): add front-end-interview-handbook as Git submodule 2023-04-11 20:43:29 +08:00
.npmrc [all] chore: move to pnpm part 2 2023-12-06 19:12:08 +08:00
.prettierignore initial commit 2023-03-20 08:59:10 +08:00
.prettierrc initial commit 2023-03-20 08:59:10 +08:00
README.md [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
package.json [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
pnpm-lock.yaml [all] chore: move to pnpm part 2 2023-12-06 19:12:08 +08:00
pnpm-workspace.yaml [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
turbo.json initial commit 2023-03-20 08:59:10 +08:00

README.md

GreatFrontEnd

This repository is a monorepo using pnpm.

Getting started

Firstly, install pnpm.

Then run the following commands to install node_modules for every app and package.

pnpm i

Important directories

The code base is >95% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Develop

To develop all apps and packages, run the following command:

pnpm dev

Learn more about the power of Turborepo: