- Node 18
If you have Docker installed and you're using VS Code, one good way is installing the Dev Containers extension. By using this, you will avoid installations in your laptop and a container will be created for you with all necessary requirements
Make sure to install node dependencies first
npm install
Then, spin up dev environment
npm run dev
The above command should print out the URL where you can access the application
- It must be a list of integers separated by comma with no spaces. Example: 1,5,10
- Current implementation assumes that coin list is sorted ascending
- No checks have been implemented to verify that coin list is sorted ascending properly
- Only one integer value
Just run
npm run test:unit