interactive webpage that enables users to change colors of tiles on a website in real time
- Requrires node
- Clone the repository
- Run
npm run deployto compile static HTML/CSS/JS resources - This script transpiles
_sass/main.scssand_javascript/main.jstocss/main.cssandlib/main.jsrespectively. - Navigate to the directory via the command line and run
node server.jsto host locally on port 8080.
- Requrires node
- Clone the repository
- Install dependencies with
npm install - Run
npm run startto watch for changes and instantly compile them to static HTML/CSS/JS resources as you develop - Run
npm run deploywhen you're done to compile static HTML/CSS/JS resources for deployment - Run
node server.jsin the directory to host locally on port 8080.
Created for SCMP368: Software Development at Kenyon College by @milesshebar, @hoode15, and @flynnshannon.