/jstlc

Terrible starter code for a front-end optimization activity.

Primary LanguageJavaScriptMIT LicenseMIT

JS TLC - Front End Optimization

Getting Started

Prerequisites

Dependencies

To install dependencies, simply run the following commands in the root directory of the project.

$ npm install
$ bower install

You'll also need to install Grunt globally:

$ npm install -g grunt-cli

Running the website/server

From the root directory of the project, run:

$ grunt server

You should be able to see the website by navigating to http://localhost:8080 in your browser.

Developer tasks

To compile the SCSS files to CSS, run:

$ grunt css

If you want to launch the server and automatically compile SCSS files when changed, run:

$ grunt dev