Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 889 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 889 Bytes

coffee-interface

A small project where I created an interface for a coffee machine, in order to play around with React.
This project was bootstrapped with Create React App.

Install notes:

This app utilizes the Ant Design React UI library.
Install the library with npm install antd

Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components’ output, in addition to Jest.
Install Enzyme with npm install --save-dev enzyme enzyme-adapter-react-16 enzyme-to-json

Execute the app:

Execute the app by navigating to the project directory with your terminal and enter the command npm start
Open http://localhost:3000 to view it in the browser.