This project serves as documentation for subjects covered in Node.js Fullstack class. It provides information and resources on various topics relevant to Node.js development.
Welcome to the Node.js Express Documentation repository! This documentation aims to provide comprehensive coverage of topics taught in Node.js Fullstack class. Whether you're a beginner or an experienced developer, you'll find valuable resources here to enhance your understanding of Node.js development.
The documentation covers the following subjects:
- Functions
- Variables and Data Types
- REST API
- Package.json
- Serving HTML in Express
- Git Terminal
- SSR vs. CSR (Server-Side Rendering vs. Client-Side Rendering)
Feel free to explore each topic to deepen your knowledge of Node.js and Express.
To get started, simply clone this repository to your local machine:
git clone https://github.com/Chrilleweb/Node.js-documentation-website.gitOnce cloned, you can navigate to each topic's corresponding link in the documentation and explore the provided information.
To run the project locally, ensure you have Node.js and npm installed on your machine. Then, navigate to the project directory and install dependencies using:
npm installAfter installing dependencies, you can start the server in development mode using:
npm run start:devThis will launch the server and allow you to access the documentation in your web browser at http://localhost:8080.
If you'd like to contribute to this documentation, contributions are welcome! You can submit pull requests with improvements, corrections, or additional content to enhance the documentation for others.