/sc

Primary LanguageTypeScript

Code Challenge


ℹ️ How To Run

❕ Before anything, please run:
  • git clone https://github.com/gabrielbahniuk/sc.git to download the project.
  • cd scalable-capital-ts to be in the right directory.
  • npm install to install required dependencies.

Start Server

npm run server
❕ It is recommended to run the server in a separated window:

Run Tests

Enzyme
npm run test
Cypress
# Run tests with UI
npm run cypress:open
# Run tests in background
npm run cypress:run

Run Application (Dev Mode)

npm run dev

Build

npm run build