Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 726 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 726 Bytes

TradeCraft

System Requirements

Prerequisites

  • Install npm packages
cd \path\to\AMPS9000
npm i

Development Scripts

  • npm run dev
    • Serves client application to http://localhost:3001 via Webpack Dev Server

Maintenance Scripts

  • npm run clean
    • Deletes production assets, test coverage data, & documentation from the file system
  • npm run docs
    • Compiles documentation via JSDoc
  • npm run lint
    • Tests against code styling rules via ESLint
  • npm run test
    • Executes unit tests via Jest

Production Scripts

  • npm run build
    • Compiles production assets to public directory
  • npm start
    • Runs Express server