chelseaharris137 / hut

A boilerplate code that allows to kick start ES6+ syntax javascript projects.

Home Page:https://github.com/zafar-saleem/hut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hut

Hut is a boilerplate for ES6+ syntax. It comes with babel that transpiles ES6+ to ES5 and webpack as build tool.

Requirements

Hut needs node and npm to be installed on your machine.

Usage

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

About

A boilerplate code that allows to kick start ES6+ syntax javascript projects.

https://github.com/zafar-saleem/hut


Languages

Language:JavaScript 92.5%Language:HTML 6.2%Language:CSS 1.4%