These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software.
- Git
- Node
Clone the git repository on your computer
$ git clone https://github.com/bullypb23/pizza-house-react.git
You can also download the entire repository as a zip file and unpack in on your computer if you do not have git
After cloning the application, you need to install it's dependencies.
$ cd pizza-house-react
npm install
Run the application
$ npm start
$ npm start
$ npm test
$ npm run build
$ npm run eject