Skip to content

oyvindhellenes/turing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turing

Setting up the development environment

  1. Install Node. While we won't be using Node server side, Grunt needs the Node Package Manager (npm)

  2. Install LiveReload browser plugin. LiveReload isn't really a dependency, but it will make frontend development much nicer by automatically refreshing the webpage each time you save a file.

  3. Open a terminal and run npm install -g grunt-cli. This will install the grunt command globally

  4. In the terminal, navigate to the root folder of the project, then run npm install. This will install all the dependencies in the package.json file.

  5. In the terminal, run grunt. This will compile all .scss files, combine and minify .js files and so on.

  6. In the terminal, run grunt dev. This does two things: Start watching your files for changes, and start a local web server at http://0.0.0.0:8888/

About

Stay hungry, stay foolish...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •