This is the main client app.
Its task is to take orders.
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!
- Node.js 8.6.0+
- npm 5.3.0+ or yarn 1.0.0+
- VS Code (optional)
Just type:
yarn test
or npm test
Actually the front end layer has no tests.
- create-react-app - Scaffolding
- material-ui - UI
- redux - State management