/js-playground

A safe place to mess around with "shiny new hotness" like Yarn, Webpack 2, ES2015, etc.

Primary LanguageJavaScript

A safe place to mess around with "shiny new hotness" like Yarn, Webpack 2, ES2015, etc.

Install

Install and build the project and run it in a simple docker-container.

bash install.sh 

Getting started

If you want to try out Yarn, you may need to install it first. Follow the instructions on https://yarnpkg.com/en/docs/install depending on your setup! If you'd rather stay with npm, you can simply replace all "yarn …" commands with "npm …" commands.

yarn install
yarn run build

Develop

(re-)build bundled JS

yarn run build

Run unit tests

yarn run test