Kajabi Client Assessment is starting up a new project to build an online employee directory for the company.
- More Fast
- More Flexible
- More Scalable
Kajabi Client Assessment uses these technologies:
- [ReactJS] - 18.2.0
- [Babel] - 7.20.5
- [Webpack] - 5.75.0
- [NodeJS] - 16.17.1
Install the dependencies and start the Client. You should install ReactJS 18.2.0 and NodeJS 16.17.1. After that you can use these code on terminal:
yarn install
yarn serve
Name | Endpoin |
---|---|
/ | ALL USER LIST |
/user/:id | USER DETAILS BY ID |
Note: You can change CLIENT_PORT in
webpack.config.js
ondevServer.port: 3000
default port is3000
.
It's look like this;
http://127.0.0.1:3000
MIT