Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 188 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 188 Bytes

Domain checker

  1. cd domainCheck/
  2. npm i
  3. cd server/
  4. npm i
  5. npm run start

#ALTERNATIVE SEPARATE START:

  1. cd domainCheck/
  2. npm run start-front-end
  3. npm run start-back-end