Development

Running the project

To use the project locally you will need install Node.js.

Dependencies are managed and installed using npm install.

You will need to create a .env file based on the .env.example file.

Finally to run the development build use npm start.

Configuration

Assets are compiled using Laravel Mix and the configuration file is webpack.mix.js.

The Webpack configuration applies plugins and can be found at webpack.config.js.

Compiling

Assets can be compiled for development or production. They can be watched for hot reloading while developing. Below are the commands you should use;

npm run dev
npm run production
npm run watch