8.3.1 • Published 4 years ago

register_a_food_business_front_end v8.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Register a food business front end

Setting up your development environment

To run this application, you must use the register-a-food-business-environment repository to set up your development environment.

It is recommended that you install the Prettier code-formatting extension for your IDE.

Contributing to this repository

The following contribution guides are available:

High-level tasks

Further information and detailed tasks

Client-side JavaScript

Although vast majority of web users have JavaScript enabled by default, the application must allow for the registration process to be completed without client-side JavaScript. Where the use of JavaScript dramatically improves user experience, use "componentDidMount" to verify if it is enabled and render component requiring JavaScript - but make sure to provide a fallback component within tag for users who have it disabled.