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 9ef81b015b Switch to pino-http 6 years ago
.vscode Added stuff to tasks 7 years ago
bin feat: Use oclif cli for server; clean up webpack config 6 years ago
client fix: icons generation, 404 errors, static serving 6 years ago
common Update dependencies 6 years ago
server Switch to pino-http 6 years ago
.dockerignore Added development mode for webpack 7 years ago
.drone.yml Use prettier on everything 6 years ago
.gitignore Use cache-loader and thread-loader instead of HappyPack 6 years ago
Dockerfile actually fixed docker build 6 years ago
Dockerfile.dev fix docker build and update react 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 actually fixed docker build 6 years ago
docker-compose.yml fix docker build and update react 6 years ago
ormconfig.json feat: add ormconfig.json for typeorm migrations 6 years ago
package.json Switch to pino-http 6 years ago
paths.js Use cache-loader and thread-loader instead of HappyPack 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 Switch to pino-http 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