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 68e828e2e5 Restructured tsconfig files 6 years ago
.vscode Added stuff to tasks 7 years ago
client Restructured tsconfig files 6 years ago
common Restructured tsconfig files 6 years ago
server Restructured tsconfig files 6 years ago
.dockerignore Added development mode for webpack 7 years ago
.drone.yml Use prettier on everything 6 years ago
.gitignore Improved connection status display 7 years ago
Dockerfile Use typescript project references 6 years ago
Dockerfile.dev Use typescript project references 6 years ago
Dockerfile.mosquitto Made mosquitto auth work 6 years ago
README.md Use prettier on everything 6 years ago
build.sh Use prettier on everything 6 years ago
docker-compose.dev.yml Use prettier on everything 6 years ago
docker-compose.yml Added depends_on to docker-compose files 7 years ago
package.json Use prettier on everything 6 years ago
paths.js Use prettier on everything 6 years ago
sprinklers3.mosquitto.conf Made mosquitto auth work 6 years ago
start-tmux.sh Use prettier on everything 6 years ago
tsconfig.json Restructured tsconfig files 6 years ago
tslint.json Use prettier on everything 6 years ago
yarn.lock Use prettier on everything 6 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