[code language=”html”] !DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="https://unpkg.com/[email protected]/dist/react.min.js"></script> <script src="https://unpkg.com/[email protected]/dist/react-dom.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.24.0/babel.js"></script> </head> <body>…
Add a babel script within the body of the HTML file
[code language=”bash”] server { listen 80; server_name mydomain.com; location /{ root /home/ubuntu/site/public; index index.html try_files $uri/index.html…
[language=”bash”] server { listen 80; server_name uat.site.com; location /{ root /home/ubuntu/path/site/public; index index.html try_files $uri/index.html $uri;…
Fastcgi is required to execute php scripts [code language=”bash”] server { listen 80; root /home/ubuntu/android_team/paytm; index…
Recent Comments