https://github.com/setaman/grocery-e-commerce-lidl
https://github.com/setaman/grocery-e-commerce-lidl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/setaman/grocery-e-commerce-lidl
- Owner: setaman
- Created: 2018-06-29T08:06:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T09:52:47.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T23:28:19.637Z (over 1 year ago)
- Language: HTML
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Grocery E-Commerce Lidl
Service development within the university study course - introducing grocery e-commerce & delivery service at Lidl retail chain. The following screenshots represent the simple functional prototype for the service.
This application is a simple minimalistic prototype, which will be used only for educational purposes for project presentation
You can see screenshots of the prototype [here](https://drive.google.com/open?id=1j6GSVkabUoEci4xYYCPzvunhtR7noFWC).
To run the application just do the following steps:
+ download the project folder or clone the repository
+ install Node.js if needed
+ go to project folder in the console `cd /Project/Folder`
+ execute `npm i`
+ execute `npm run dev` to build project files with webpack
+ execute `npm start` to start application.
+ open your browser and go to `localhost:3000/`