No description
Find a file
2023-10-11 21:32:38 +02:00
.vscode initial commit 2023-10-10 19:23:12 +02:00
part-1-html-css feat: responsive design 2023-10-10 21:19:02 +02:00
part-2-javascript feat: angular component 2023-10-11 21:29:55 +02:00
part-3-angular feat: angular component 2023-10-11 21:29:55 +02:00
part-4-problem-solving feat: palindrome substring 2023-10-11 17:28:30 +02:00
part-5-code-review feat: code review 2023-10-11 18:55:55 +02:00
.editorconfig Initial commit 2023-10-08 16:58:07 +02:00
.eslintignore initial commit 2023-10-10 19:23:12 +02:00
.eslintrc.json initial commit 2023-10-10 19:23:12 +02:00
.gitignore feat: angular component 2023-10-11 21:29:55 +02:00
.prettierignore feat: angular component 2023-10-11 21:29:55 +02:00
.prettierrc feat: responsive design 2023-10-10 21:19:02 +02:00
jest.config.ts initial commit 2023-10-10 19:23:12 +02:00
jest.preset.js initial commit 2023-10-10 19:23:12 +02:00
nx.json feat: angular component 2023-10-11 21:29:55 +02:00
package-lock.json feat: angular component 2023-10-11 21:29:55 +02:00
package.json feat: angular component 2023-10-11 21:29:55 +02:00
README.md docs: update installation process 2023-10-11 21:32:38 +02:00
tsconfig.base.json fix: project 2023-10-11 13:13:41 +02:00

Payspace

Applications was built using nx monorepo -> https://nx.dev/

After cloning project run npm install --legacy-peer-deps (the flag is due to prettier version requirement)

Running tasks

To run Part 1: HTML/CSS use the following syntax:

npm run part1

To run Part 2: JavaScript use the following syntax:

npm run part2

To run Part 3: Angular Component use the following syntax:

npm run part3

To run Part 4: Problem-Solving use the following syntax:

npm run part4

To run Part 5: Code Review use the following syntax:

npm run part5

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Ready to deploy?

npm run part1:build

npm run part2:build

npm run part3:build

npm run part4:build

npm run part5:build

The build artifacts will be stored in the dist/ directory, ready to be deployed.

Author

Brian Pooe