We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d0b8e commit 89040e3Copy full SHA for 89040e3
1 file changed
javascript-modules/README.md
@@ -0,0 +1,11 @@
1
+# JavaScript Modules: ES6 Import and Export
2
+
3
+> [https://www.youtube.com/watch?v=_3oSWwapPKQ](https://www.youtube.com/watch?v=_3oSWwapPKQ)
4
5
+Install [Node.js](https://nodejs.org/).
6
7
+Within this folder run the terminal command `npm install` to install the
8
+`devDependencies`.
9
10
+Then run `npm start` to start up a development server on `http://localhost:9966`
11
+and run the scripts through the client side.
0 commit comments