-
Install Node. While we won't be using Node server side, Grunt needs the Node Package Manager (npm)
-
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.
-
Open a terminal and run
npm install -g grunt-cli. This will install the grunt command globally -
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. -
In the terminal, run
grunt. This will compile all .scss files, combine and minify .js files and so on. -
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/
-
Notifications
You must be signed in to change notification settings - Fork 0
oyvindhellenes/turing
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Stay hungry, stay foolish...
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published