Skip to content

trevorjamesmartin/ts-guestbook

Repository files navigation

TS-Guestbook

Environment

developing

npm install
npm run create:db
npm run develop

building a release

npm run clean
npm run release

with the API release running in a separate window, take full advantage of hot reloading while building out the graphical user interface.

code src/app