This is a e-commerce pizza delivery app example to practice the MERN tech.
Clone repository:
$ git clone https://github.com/jorgejimenez98/pizza-ecommerce.git
$ cd pizza-ecommerce
Install dependencies using the next code:
$ $ npm install --save
Run project:
$ npm start
The project will be running on url http://127.0.0.1:3000