Skip to content

viettranvt/smart-light

Repository files navigation

logo

Smart lights project

license

Quick start:

  • Please make sure you have installed the environment for nodejs. If you install it, install nvm, it helps us to manage multiple node versions and easily switch node versions.
  • Make sure you have nodemon installed if not then use the command npm install -g nodemon.
  • Install dependencies: npm install or yarn.
  • Create .env file at root directory to setup environment variables:
APP_PORT = 3500
  • Start the server: npm start or nodemon app.js.
  • View locally on: localhost:3500 || localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published