https://github.com/agne6ka/online_shop
Online Shop project is to practice php, js and writing tests.
https://github.com/agne6ka/online_shop
js online-shop php symfony webpack
Last synced: 3 months ago
JSON representation
Online Shop project is to practice php, js and writing tests.
- Host: GitHub
- URL: https://github.com/agne6ka/online_shop
- Owner: agne6ka
- Created: 2017-07-25T20:20:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T14:33:06.000Z (almost 9 years ago)
- Last Synced: 2025-10-31T08:35:32.013Z (8 months ago)
- Topics: js, online-shop, php, symfony, webpack
- Language: HTML
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Shop
#### Install composer ...
Composer: `composer install` (install db unit, twig, ...), `vendor/bin/phpunit test/` (run the test)
#### Install and use webpack ...
Install node: https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04
Install webpack: `npm install webpack -g`
Cmd: `npm install` (install submodules) than `npm start` (start watching)