Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Container-app for Rekrutteringsbistand, en microfrontend-basert app for veiledere.

Notifications You must be signed in to change notification settings

navikt/rekrutteringsbistand-container

Repository files navigation

rekrutteringsbistand-container

Container-app for Rekrutteringsbistand, en microfrontend-basert app for veiledere.

Deprecated ⚠️

Rekrutteringsbistand har nå flyttet til nytt repo på http://github.com/navikt/rekrutteringsbistand.

Installasjon

npm install

Utvikling

Du kan selv velge om du vil jobbe isolert med container-appen, eller fyre opp appen sammen med microfrontendene lokalt.

Kun container-app

npm start

Med microfrontend

I denne appen:

npm run start:import

I én eller flere microfrontends:

npm run start:export

Create-react-app vil lese src/setupProxy.js under oppstart og sette opp proxies til microfrontendene, slik at den får tak i ressursene (JS/CSS) den trenger.

Si vi rendrer følgende komponent i App.tsx:

<Microfrontend
    appName="rekrutteringsbistand-statistikk"
    appPath="/statistikk"
    appProps={{
        navKontor: '0239',
    }}
/>

Container-appen vil da forvente at statistikk-appen ligger tilgjengelig under /statistikk. Proxy-configen sørger for at all trafikk herifra routes videre til http://localhost:3001/statistikk der statistikk-appen hostes lokalt.

Henvendelser

For Nav-ansatte

For folk utenfor Nav

About

Container-app for Rekrutteringsbistand, en microfrontend-basert app for veiledere.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages