Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

daipham2506/SmartHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b357654 · Aug 14, 2020

History

32 Commits
Apr 27, 2020
Aug 14, 2020
Apr 29, 2020
Jun 18, 2020
Apr 29, 2020
Jun 18, 2020
Aug 14, 2020
Aug 1, 2020
Jul 12, 2020
Aug 14, 2020
Aug 14, 2020
Aug 1, 2020
Jul 12, 2020

Repository files navigation

Smart Home

Special thanks go to:

Requirements

  • Yarn
  • NodeJs

Terminal Commands

  1. Go to your file project
  2. To install package for server side: yarn install
  3. To install package for client side: cd client then yarn install
  4. Go to root directory: cd ..
  5. To run concurrently client and server: yarn start
  6. Navigate to http://localhost:3000/
  • Note: Server run on port 5000

Deploy