alexytlee / simplemessageboard

Simple message board using CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel Webpack Starter

A starter pack to build JavaScript applications using standards from ES2015, ES2016 & ES2017. It uses webpack, Babel and webpack-dev-server to compile and serve. It is fully compatible with Async/Await as it uses the Babel polyfill.

Version

1.1.0

Usage

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser - Runs webpack-dev-server

$ npm start

Build

Compile and build

$ npm run build

About

Simple message board using CRUD


Languages

Language:JavaScript 83.6%Language:HTML 16.1%Language:CSS 0.3%