An open API service indexing awesome lists of open source software.

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.

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)