issues
search
agareis
/
coding-journey
Simple Demo ShowCases on One Pager
0
stars
0
forks
source link
New Project: build frontend for node
#12
Closed
idleherb
closed
7 years ago
idleherb
commented
7 years ago
Prerequisite: solved issue #7
Create a new folder lix-demo-client-server
Copy the files from lix-demo-node
Create another index.html which uses "fetch()" to call your node POST route
https://davidwalsh.name/fetch
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
3.1 you can reuse the index.html from the first project if you want
Add CSS styles to make the app look more appealing
idleherb
commented
7 years ago
@agareis
Prerequisite: solved issue #7