- Clone this repository.
- Run npm install command to download and install all Webpack dependencies.
- Run
npm run dev
to run the server on port2770
. This command will run the project in development mode. - To make it ready for deploy run
npm run build
. This command will minify all the resources in/dist
folder.