Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 787 Bytes

File metadata and controls

23 lines (13 loc) · 787 Bytes

Project Requirements:

important not for reviewer The test will only be successful when localhost server port 8081 is running

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.