Browse Source

commiting dummy react app

samruddhi lehekar 3 months ago
commit
33690c629e
2 changed files with 11 additions and 0 deletions
  1. 9 0
      package.json
  2. 2 0
      src/index.js

+ 9 - 0
package.json

@@ -0,0 +1,9 @@
+{
+  "name": "react-dummy-app",
+  "version": "1.0.0",
+  "scripts": {
+    "start": "echo 'Running React Dev Server (dummy)'",
+    "build": "echo 'Building React App (dummy)' && mkdir -p build && echo '<h1>Dummy Build</h1>' > build/index.html"
+  }
+}
+

+ 2 - 0
src/index.js

@@ -0,0 +1,2 @@
+console.log("Dummy React App Started!");
+