thinceller / frontend-sandbox

thinceller's Front-end sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-sandbox

This repository is thinceller's Front-end sandbox.

Development

Prerequisites

There are several requirements for setting up this repository.

Node.js

This repository uses the .node-version file for Node.js versioning, so you need to use a tool that supports this file format, such as:

pnpm

In this repository, we basically use pnpm as the package manager. In order to manage the version of pnpm, you can use Corepack.

cd path/to/repository
corepack enable

Setting up

cd path/to/repository
pnpm i

Running packages

cd packages/<packageName>
pnpm start
# or
pnpm -F <packageName> start

Linting and Formatting

pnpm lint
pnpm format

About

thinceller's Front-end sandbox


Languages

Language:TypeScript 71.0%Language:CSS 15.4%Language:JavaScript 10.3%Language:HTML 3.4%