- Install a stable version of Yarn and NodeJS.
- Run
yarnto install dependencies. - Copy the
.env.examplefile as.envand set the variableREACT_APP_IVLE_KEYto contain your IVLE Lapi key. - Run
yarn startto start the server atlocalhost:80. Admin permissions may be required for your OS to serve at port 80.
actionscontains action creators, one file per reducer, combined in index.assetscontains static assets.componentscontains all react components.containerscontains HOC that inject react components with Redux state.mockscontains mock data structures for testingreducerscontains all Redux reducers and their state, combined in index.sagascontains all Redux sagas, combined in index.slangcontains the source interpreter.stylescontains all SCSS styles.utilscontains utility modules.
We reference this guide.