Skip to content

NuriaLiano/save-my-ass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

save my ass

Directory Structure

- proyecto/
  |- public/
  |  |- css/
  |  |  |- main.css
  |  |- img/
  |  |- js/
  |     |- app.js
  |- server/
  |  |- index.js
  |- views/
  |  |- index.html
  |- data/
     |- fichero.txt
  • public/: will contain all the public files such as CSS, images and JavaScript for the frontend.
  • server/: will contain the Node.js files that will be used for the backend.
  • views/: will contain all the HTML views that will be used in the frontend.
  • data/: will contain the text files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published