Voyatek-X
Voyatek-X is a test application for user role management.
List the key features of your payment platform. This can include things like:
- Adding a user
- Viewing all users
- Editing users' details
- Deleting users
To get a local copy up and running follow these simple example steps.
git clone https://github.com/kendoriddy/voyatek-task <Your-Build-Directory>
cd <Your-Build-Directory>
To get all package modules required to build the project run:
npm install
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.
To build the project run:
npm run build
after you run this successfully you'd locate the build from in the build
folder located from the parent directory of the project.
To run the program on a browser through a server run this command in your cli
npm start
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.