Converts integer between 0 and 100 to roman numbers.
- Node.js 12+
- Set up everything with
npm install
- Start application with
npm start
- Your browser should automatically open the
frontend/src/index.html
. If not please open it manually in your browser. ⚠ You may need to refresh the page if the page displays before the server finishes to start (because of SSE connection).
- Set up everything with
npm install
- Start application with
npm start
- Run tests with
npm test
- Check code style with
npm run lint