Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 887 Bytes

README.md

File metadata and controls

61 lines (40 loc) · 887 Bytes

Admin Service Front-end

Tech stack

Prerequisites

Install Yarn if you do not have it already:

npm install --global yarn

CD into the root project folder if you are not already in there and install the dependencies using the following:

yarn

Running the project

Run in development mode:

yarn dev

Or run the preview of the built project:

yarn build # and then

yarn preview

Linting

Run linting with the following command:

yarn lint

Configuration is defined in the eslintrc.cjs

Prettier

Configuration for prettier is in .prettierrc

Test

yarn test