Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 685 Bytes

REQUIREMENTS.md

File metadata and controls

executable file
·
23 lines (12 loc) · 685 Bytes

Project Requirements:

Your project must:

  • Be set up with Webpack, Express, Node, and Sass, and Service Workers

  • Have separate dev and prod configurations for Webpack

  • Have the developer environment set up with the Webpack dev server

  • Have a minimum of one form field

  • Make one request to the Aylien API

  • Use Sass for styling

  • Minify js and styles in the production environment

  • Response from the API must be added to the view for a user to see

  • Be able to show content offline

All of these requirements are explained throughout the course. Specifics on setting up the Aylien API are found in the README file of this repo.