Skip to content

webstar-commit/TradeCraft

Repository files navigation

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

About

MERN Stack project for TradeCraft

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages