This is a very simple React application that uses Wakanda backend through Wakanda-Client.
npm install-
Open
employeelistWakanda solution contained onemployeelist/directory on Wakanda Studio and launch the Server. There is no need to use Run Page as the app is not served by Wakanda Server. -
Run both a simple web server (
http-server) and TypeScript transpilation with WebPack.
npm run serve- Once the transpilation is done, go to
http://localhost:8989, your app is ready!
Few things to note:
Wakanda-Clientis still on beta and might have some issues- I'm really new to React, some usage might be bad, feel free to tell me in such case :)
Wakanda-Client, in its current state, doesn't fit well with React, because of the way it's made, and the particular way React works- There far too much warnings!
Wakanda-Clientdoesn't expose well it's TypeScript definition and it runstsccrazy, it will be fixed soon. There also are some module not found because ofreact-bootstrapfor which I don't have typings. It's not a problem, it works well.