/oxford-dictionary

PHP Symfony EPAM training group project

Primary LanguagePHP

oxford-dictionary

Using webpack

Next commands should be used for webpack:

Compile assets automatically during current development session
npm run watch

Compile assets for deploy
npm run build

How to install Redis server

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