bjfletcher / nowtv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. make or make serve

to build the website, serve the website on http://localhost:4200/, and watch for any changes to the development files and rebuild on any change and re-serve the website automatically. It will also fire Live Reload events for the web browser to automatically reload after every rebuild.

  1. make open

will open the web browser pointing to this website.

  1. Enable LiveReload with the web browser (install the LiveReload extension if not installed). This means the web browser will automatically reload the page every time a new build is made.

  2. Develop away. :)

To create a distribution:

make build

and the built website is in the dist folder.

Broccoli

The Brocfile.js file is well annotated with explanations of what the various things do.

Makefile

The Makefile is just a simpler alternative to having a Gruntfile.js for task runners.

Contact

Please do feel free to raise an issue here or tweet me at @bjfletcher.

About


Languages

Language:CSS 53.4%Language:JavaScript 46.6%