Skip to content

killerbytes/design-crowd

Repository files navigation

design-crowd

http://azd-design-crowd.s3-website-ap-southeast-1.amazonaws.com/

Built using HTML/SASS

HTML

The main html file is located in 'app/index.html'

SASS/CSS

  • 'app/styles/main.scss' - The main entry point for SASS
  • 'app/styles/_settings.scss' - Foundation settings
  • 'app/components/' - components eg: buttons, forms, list, etc.

JS

There are no javascript used. The "something-else" toggle was implemented using pure CSS

Install dependencies

npm install && bower install

Run app

gulp serve

Build app

gulp build

Releases

No releases published

Packages

No packages published