* fix pagination size * clean up, start a very basic route configuration * quick navigation between routes * configure webpack to read .env variables * Move container components to Routes directory * Fix naming of recipe file * Clean up source folder * update yarn.lock * ci: update netlify deploy preview to build viewer project * update PWA entrypoint to pass configuration on window to App as props * fix: for missing key * Pass routerBasename to our React Router component * Simplify config for meow Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
##
|
|
# EXAMPLE
|
|
#
|
|
# Read more about .env files when using create-react-app here:
|
|
# https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#adding-development-environment-variables-in-env
|
|
#
|
|
|
|
PUBLIC_URL=/demo/
|
|
APP_CONFIG=config/netlify.js
|
|
USE_HASH_ROUTER=false
|