Skip to content

Terrible starter code for a front-end optimization activity.

License

Notifications You must be signed in to change notification settings

borabilgin/jstlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terrible starter code for a front-end optimization activity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published