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.
-
Clone the repository from GitHub:
git clone https://github.com/waldir-xam/simple-nodejs-site.git
-
Navigate to the project directory:
cd simple-nodejs-site
-
Install project dependencies using npm:
npm install
To run the application in a development environment:
npm run dev
└── 📁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