1.0.0 • Published 4 years ago

k2.n3o v1.0.0

Weekly downloads
-
License
(ISC OR GPL-3.0)
Repository
-
Last release
4 years ago

Wieldy - React Redux Admin Template based on Ant Framework

Wieldy is a react redux based admin template.

Documentation

It is well documented at here .

Customizations

  • We have added TypeScript into this project as well.
  • Modified the redux flow a little but using Immer Reducer Library.
  • Also added AutoRest Clients in order to generate interfaces of request and response models and api methods to call backend apis.

Installation

Note: Wieldy is using yarn instead npm

Installing all the dependencies of project, run following command:

yarn install

No need to run any backend services as all of them are already running on azure cloud and are connected with this app.

Running

The app should be running on port 3000 with or without https so that it can authenticate you.

Just run the following command to run the project:

yarn start

After the app is loaded completely, it will redirect you to azure b2c login screen. We have already registered a test account there which you can use to login the application.

Please use the following credentials:

username: test.user.s7r@gmail.com password: 25Sep1991-

Note

Do remember that this is a week old version of the app which is using azure b2c for authentication but since then we have including auth0 and removed b2c so the flow has changed a little bit. Due to some technicalities that version is not in a running condition so we are sending this one but overall both of them are working the same way and has almost the same folder structure and same application flow.

Review

Please review the basic flow of the app and give us feedback on the following things:

  • Folder Structure
  • Redux Flow
  • AutoRest Client Usage
  • State Management Flow
  • Typescript Usage

You can take one screen for instance Create Account Screen and give us a feedback on above mentioned things related to that flow.