Skip to content

Make PHP great again! (PHP environment for React Projects)

License

Notifications You must be signed in to change notification settings

eminmuhammadi/emeega

Repository files navigation

eminmuhammadi/emeega

Open source PHP environment for React JS projects. Make PHP great Again !

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

git clone https://github.com/eminmuhammadi/emeega.git

For installing this project, individuals should run this bash command

composer install && npm install

Production

npm run production

or

./node_modules/.bin/encore dev --watch

Development

npm run dev

or

./node_modules/.bin/encore dev

Configuration

cp .env.sample .env
PUBLIC_URL= YOUR_URL_HERE

Assets

[+] React Files

| -- assets/js/

[+] SCSS (SASS)

| -- assets/scss/

[+] HTML (PHP Twig)

| -- assets/view/

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details