Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 983 Bytes

File metadata and controls

29 lines (24 loc) · 983 Bytes

Cappanna Helper App

This is the main client app.
Its task is to take orders.

Getting Started

git clone https://gitlab.com/andrea.pierangeli/cappanna-helper.git
cd cappanna-helper\src\cappanna-helper-app
yarn install (or npm install)
yarn start (or npm start)

This will open your favorite browser at http://localhost:3000, and you should see the app home page.
Now you are ready to start coding!

Prerequisites

Running the tests

Just type: yarn test or npm test
Actually the front end layer has no tests.

Built With