Skip to content

jaymehta002/pokemoncard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Starter Project

A modern Node.js starter project with Express.

Features

  • ES Modules support
  • Express.js for API development
  • Environment variables with dotenv
  • Watch mode for development
  • Basic project structure

Getting Started

  1. Install dependencies:

    npm install
  2. Start development server:

    npm run dev
  3. For production:

    npm start