This repository contains the application source code for the University's faculty and staff directory search; built with AngularJS and Foundation 6 using Gulp.
- Clone this repo and make it your working directory:
git clone https://github.com/uoitwebteam/uoit-directory.git cd uoit-directory
- Run a package installer from the root directory. You have two options to choose from:
npm install # slow, womp womp # or... yarn # FAST! / hipster npm install
-
Run build steps and sets up file watcher.
npm run start # or... yarn start
-
Run production build steps and minify.
npm run build # or... yarn build
Boot up a local webserver (such as MAMP) and visit the /example directory.