-
Frontend, single page web apps.
-
Events and event handlers.
-
Manipulating the Document Object Model (DOM).
-
Ajax.
-
Frontend templating.
-
Frontend routing.
-
Writing a single app page using native JavaScript.
-
Create MVC model.
-
TDD.
-
Pair Programming.
-
Clone my Single note repo
https://github.com/ManuCiao/Note-App
. -
To install the dependencies
npm install
. -
To run the server
npm start
. -
Go to
http://localhost:8080
in your web browser.