summaryrefslogtreecommitdiff
path: root/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md')
-rw-r--r--Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md b/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md
new file mode 100644
index 0000000..0d82368
--- /dev/null
+++ b/Headless-Drupal-A -PWA-with-Drupal-and-React-Js-Fahad/README.md
@@ -0,0 +1,23 @@
+# PWA-with-Drupal-and-React-Js
+A Progressive Web App developed with Headless Drupal as Back End React Js for UI
+ Clone the Repository First.
+
+ # To Start The BackEnd:
+ ### --Create an Empty Drupal Project
+ ### --Download and Extract the Headless_Drupal.tar.gz file.
+ ### --Replace the content of your docroot with docroot of this.
+ ### --Also create an empty database and restore the sql dump into that.
+ ### --Inside "settings.php" file change the db name to the one created in above step.
+
+ # To Start Front End
+ ### --Ensure you have npm and node installed on your system.
+ ### --Go to Front End folder and run $ npm install
+ ### --Then Run $ npm Start.
+
+# Want to Contribute to My Repository?
+It's simple:
+### -Fork it
+### -Improve it
+### -Raise a PR
+### -We'll analyse and Merge your PR.
+