This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Makefile for web development with: | |
# 1. ES6 / Babel compiler | |
# setup: npm install babel | |
# 2. Bundler (Webpack or Browserify) | |
# setup: npm install webpack|browserify | |
# 3. Static Web Server | |
# setup: npm install http-server | |
WEBMAKE = webmake | |
WEBPACK = webpack |