To start application run:
yarn
yarn start
then open in browser localhost:3000
Root route redirects to /wrapped/second
, any subroute of /wrapped/*
not matching /wrapped/first
or /wrapped/second
redirects to /wrapped/first
.
Requests to non existing routes returns with 404 status code.