Skip to content

Commit 89040e3

Browse files
committed
Add modules readme
1 parent d9d0b8e commit 89040e3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

javascript-modules/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)