Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 520 Bytes

SalesTrip coding exercise

Design and implement a page and a web service that given a NPM package name, returns the dependent packages.

Usage

yarn install - to install dependencies

Development

yarn build:server:dev - to build development server yarn start:client:dev - to start client for development yarn start:server:dev - to start server for development

Production

yarn build:prod - to build client & server for production yarn start - to start app yarn pm2 logs - to see server logs