htondkar / communicating-sequential-processes-event-handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm install

Start Dev Server

npm run dev

Build Prod Version

npm run build

Features:

When you run npm run build we use the mini-css-extract-plugin to move the css to a separate file and included in the head of your index.html, so that the styles are applied before any javascript gets loaded. We disabled this function for the dev version, because the loader doesn't support hot module replacement.

About


Languages

Language:JavaScript 90.7%Language:CSS 5.0%Language:HTML 4.3%