Skip to content

Patterns taking a random walk, with their movements mapped to an FM Synth

License

Notifications You must be signed in to change notification settings

cephasteom/walkers

Repository files navigation

📦 Webpack Boilerplate

License: MIT David

Minimal Webpack 4 boilerplate with Babel, Sass, ESLint, Hot Module Replacement, and development/production optimization.

Installation

git clone [email protected]:taniarascia/webpack-boilerplate
npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

Webpack

Babel

Loaders

Plugins

Author

License

This project is open source and available under the MIT License.

About

Patterns taking a random walk, with their movements mapped to an FM Synth

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published