Skip to content

wallydevgg/simple-nodejs-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Documentation

Introduction

This project is a simple web application developed with Node.js using the following technologies:

  • Express: A minimalist and flexible web application framework for Node.js.
  • Nodemon: A utility that monitors any changes in your source code and automatically restarts the server.
  • Tailwind CSS: A low-level utility CSS framework for quickly building custom interfaces.

Installation

  1. Clone the repository from GitHub:

    git clone https://github.com/waldir-xam/simple-nodejs-site.git
  2. Navigate to the project directory:

    cd simple-nodejs-site
  3. Install project dependencies using npm:

    npm install

Execution

To run the application in a development environment:

npm run dev

Estructure

└── 📁node-first-project
    └── .gitignore
    └── README.md
    └── package-lock.json
    └── package.json
    └── postcss.config.js
    └── 📁src
        └── index.js
        └── 📁public
            └── 📁img
                └── favicon.png
                └── node.png
                └── node1.png
            └── styles.css
            └── tailwind.css
        └── 📁routes
            └── index.js
        └── 📁views
            └── about.ejs
            └── contact.ejs
            └── index.ejs
            └── 📁partials
                └── footer.ejs
                └── head.ejs
                └── navigation.ejs
    └── tailwind.config.js

About

a simple web made with nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published