Go to file
2016-07-13 00:04:18 -04:00
bin Replaced Typescript with JSHint 2016-07-10 16:04:59 -04:00
src/scss Replaced Typescript with JSHint 2016-07-10 16:04:59 -04:00
tests Initial Commit 2016-07-10 15:20:46 -04:00
.gitignore Added error log to gitignore 2016-07-10 16:07:51 -04:00
error.log Initial Commit 2016-07-10 15:20:46 -04:00
README Replaced Typescript with JSHint 2016-07-10 16:04:59 -04:00
start.sh Added sudo to commands that need it 2016-07-13 00:04:18 -04:00
test.sh Initial Commit 2016-07-10 15:20:46 -04:00
watch.sh Initial Commit 2016-07-10 15:20:46 -04:00

Front End Development Setup
Author: Brandon Rozek

------------------
Dependencies

Bash

SassC
	Purpose: Sass compilation to css
	Website: https://github.com/sass/sassc/

nodejs
	Purpose: Test Runner
	Website: https://nodejs.org/en/
	Install: https://nodejs.org/en/download/

Browsersync [1]
	Purpose: Live-reload
	Website: https://www.browsersync.io/
	Install: npm install -g browser-sync

JSHint [1]
	Purpose: JS Syntax Checking
	Website: http://jshint.com/
	Install: npm install -g jshint

Docker
	Purpose: Apache-PHP5 server
	Website: http://www.docker.com/

[1] -- Will install automatically if npm is installed
-----------------

Don't forget to "rm -rf .git" when starting a new project 

To run: Open up the terminal to this directory and type './start.sh'

For tests: Open up the terminal to this directory and type './test.sh'

Error messages are stored in error.log