Skip to content

YoonkyungKim/fragments

Repository files navigation

fragments

Fragments back-end API for Winter 2022 CCP555

  • Run the scripts:
    // For linting
    npm run lint

    // To start the server
    npm start (or npm run start)

    // To start the server via nodemon (To automatically reload our server whenever the code changes)
    npm run dev

    // Same as dev, but for debugging (Run in JavaScript Debug Terminal)
    npm run debug