Compile assets automatically during current development session
npm run watch
Compile assets for deploy
npm run build
After installation, each time before using App, do not forget to run your Redis server
- For Windows - run WSL program start->"WSL"
- Type
redis-server
to run server