Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 546 Bytes

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