evilboss / react-sympthony-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Symhony ecommerce

Requirements

  • nodejs ≤ v9.11.1
  • composer ≤ 1.5.6
  • php ≤ 7.1.19
  • yarn ≤ 1.15.2

Install instructions

run composer install

to serve run php bin/console serve:run

navigate to localhost:8000 to view page

Directory Structure

.
├── assets                  # client files
│   ├── images              # Image assets
│   ├── js                  # react/javascript files
│   └── scss                # scss resources
├── src                     # symphony code
│   ├── Controller          # Controller Files
│   ├── Entity              # Doctorine Entities
│   ├── Migratoins          # Migration files
│   └── Repository          # Repository files
├── public                  # symphony public served files
│   ├── build               # Compiled react source
├── templates               # twig templates
│   └── default             # default twig template
└── readme.md               # this file

About


Languages

Language:PHP 51.5%Language:JavaScript 38.7%Language:HTML 7.7%Language:CSS 2.1%