Skip to content

HeyyyNeo/Cherry-Open-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cherry Open Graph

A simple Node.js project.

Prerequisites

  • Node.js 18+ (recommended)
  • npm (bundled with Node.js)

Setup

  • Install dependencies (none required for this simple setup)
  • Run the app:
npm run start

Or run in watch mode (Node.js 18+):

npm run dev

Project structure

  • index.js: main entry point
  • package.json: project metadata and scripts
  • .gitignore: common Node.js ignores

Next steps

  • Add a linter: npm i -D eslint
  • Add tests: npm i -D vitest and create a test file
  • Add TypeScript: npm i -D typescript @types/node and create tsconfig.json

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published