Client for Toss Homework!
- node v8.11.2
npm install
To test the client, Mock API server must be prepared.
This project uses json-server
as Mock API server.
npm start server
npm start
npm run test
While dev server is running, open chrome with http://localhost:3000
Open chrome Dev tool and make sure to set mobile device mode
- Politely display unexpected Error with Modal
- Refactor code for more readability and maintainability
- Add unit test with Jest
- Add E2E test with cypress