arthur-fontaine / octent

Git-based CMS. 100% frontend, no backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitebird Node.js starter

This is a starter project for Node.js projects. It is built on top of the Turborepo starter.

What's inside?

It uses pnpm as a package manager.

Utilities

Setup

git clone --depth=1 https://github.com/bywhitebird/starter-node.git
rm -rf starter-node/.git
cd starter-node
pnpm install

Usage

The packages/my-package directory is a sample package/app. You can copy it to packages or apps directory and start working on it.

Commands

  • pnpm build - build the project
  • pnpm dev - run the project in development mode
  • pnpm lint - lint the project
  • pnpm test - run tests
  • pnpm format - format the project

Useful links

About

Git-based CMS. 100% frontend, no backend.


Languages

Language:TypeScript 94.5%Language:JavaScript 3.2%Language:CSS 1.7%Language:HTML 0.4%Language:Shell 0.2%