We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab3fec commit 52fa27dCopy full SHA for 52fa27d
README.md
@@ -1,11 +1,10 @@
1
# dynamic-script
2
-### A demo project which loads dynamic initialization data via a script tag in
3
-### the static index.html file before any javascript has initialized.
+###### A demo project which loads dynamic initialization data via a script tag in the static index.html file before any javascript has initialized.
4
5
-/api/user.js returns a dummy script after a 1 second delay, mimicking
6
-a slow call to an external api server.
+/api/user.js returns a dummy script after a 1 second delay, mimicking a slow call to an external api server.
7
8
To setup and start the server run:
9
- npm install
10
- bower install
11
- npm start
+
+ npm install
+ bower install
+ npm start
0 commit comments