/super-mario

Super Mario Game (vanilla JS)

Primary LanguageJavaScript

Webpack 3 Boilerplate

Requirements

You only need node.js pre-installed and you’re good to go.

Setup

Install dependencies

$ npm install

Development

Run the local webpack-dev-server with livereload and autocompile on http://localhost:8080/

$ npm start

Deployment

Build the current application

$ npm run build

If you're not familiar with webpack, the webpack-dev-server will serve the static files in your build folder and watch your source files for changes.