This project was created with create-react-app
. This is a basic Sales application for creating new orders and keeping track of existing orders. This is built with React and you can see a live demo of this application at codesandbox.io
##Steps to Install the Sales application
- Clone the main branch or download the zip.
- Run
yarn install
to install all the dependencies. - Run
yarn start
to run the application in development mode. - Happy hacking. Enjoy.