Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 812 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 812 Bytes

Archived Repository 🚨

This project is no longer maintained and has been archived. No further issues, PRs, or updates will be made.


TypeScript Node Starter

A starter project for Node.js web apps

Tech Stack

  • TypeScript (v3)
  • Node (v11)
  • Express (v4)

Getting Started

  1. Clone the repo: git clone --depth=1 [email protected]:2Toad/typescript-node-starter.git <project_name>
  2. Install dependencies: npm i
  3. Run the app: npm run dev
  4. Browse to: http://localhost:8000
  5. Profit!

In dev mode, we use tsc-watch to incrementally compile changes for fast automatic rebuilds when changes are detected

Deployment

  1. Build the app: npm run build
  2. Deploy the "dist" and "node_modules" folders