Hut is a boilerplate for ES6+ syntax. It comes with babel that transpiles ES6+ to ES5 and webpack as build tool.
Hut needs node
and npm
to be installed on your machine.
- 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.