A full-stack calculator app built with React, Node and Express.
written by Matias Benedetto
- Backend: Node + Express app serving the React App and the
/result
api endpoint to calculate a result. - Frontend: React app using NextJS as the kickstarter.
- Tests: Jest + Enzyme
npm install
npm run dev
- Navigate to http://localhost.com:3000
npm run test