Skip to content

ks2colorworld/servercookie-nodejs-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node version : 18.8.2

server :

  1. cd nodejs-server/
  2. npm i
  3. (if necessary) npm i -g nodemon
  4. npm run dev
  5. http://localhost:3000 (same-domain-http branch) link
    • (if https) https://127.0.0.1:3001 (main branch) + need https settings (issue#1)

client :

  1. cd svelte-client/
  2. npm i
  3. npm run dev
  4. http://localhost:8080 (same-domain-http branch) link
    • (if https) https://localhost:8080 (main branch) + need https settings (issue#1)

Demo deployed :

About

server cookie sample code implemented in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published