You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alex Mikhalev b59fbb456b Fixed authentication and checking device authorization 7 years ago
.vscode Added stuff to tasks 7 years ago
client Fixed authentication and checking device authorization 7 years ago
common Fixed authentication and checking device authorization 7 years ago
server Fixed authentication and checking device authorization 7 years ago
.dockerignore Added development mode for webpack 7 years ago
.gitignore Improved connection status display 7 years ago
Dockerfile Added development mode for webpack 7 years ago
Dockerfile.dev Added development mode for webpack 7 years ago
README.md Added initial README.md 7 years ago
build.sh Added docker-compose support 7 years ago
docker-compose.dev.yml Moved /app to /client 7 years ago
docker-compose.yml Added depends_on to docker-compose files 7 years ago
package.json Use . instead of explicit main path in package.json 7 years ago
tslint.json Lots of work on schedule editing 7 years ago
yarn.lock Upgraded dependencies and fixed lint issues 7 years ago

README.md

sprinklers3

How to run

Docker


# for production build (http://localhost:8080)
docker-compose up

# for development with hot-reload (http://localhost:8081)
docker-compose -f docker-compose.dev.yml up

Not docker


yarn install

# for production build (http://localhost:8080)
yarn build
yarn start:pretty

# for development build (http://localhost:8081)
yarn start:dev