Skip to content

nihey/breaking-badify

Repository files navigation

Breaking Badify

A tribute to Breaking Bad series, badify any two strings here.

build dependencies

Building

It is recommended to have the webpack module installed and up to date:

$ npm install -g webpack

Then, the project may be built by running:

$ npm install
$ bower install
$ webpack

Running

Run any http server on the dist directory:

$ cd dist
$ python -m SimpleHTTPServer # visit the app on http://localhost:8000

Developing

While developing, it is recommended to start webpack in watch mode, this way, whenever a project file is modified, it automatically generate dist files:

$ webpack --watch

Contributing

If you feel something in this project could be improved, open an issue and we'll discuss it.