Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/odin_intro_nodejs
https://github.com/andrianarivo/odin_intro_nodejs
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrianarivo/odin_intro_nodejs
- Owner: andrianarivo
- Created: 2023-08-03T12:17:14.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-08T12:14:54.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:35:12.972Z (10 months ago)
- Language: JavaScript
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic Informational Site
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Basic Informational Site** is a simple Node website!
Server
- **index page**
- **about page**
- **contact-me page**
- **404 page**
- [ReplIt](https://odinintronodejs.andrianarivo.repl.co)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `NodeJS`
- `Code editor`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/andrianarivo/odin_intro_nodejs
```
### Install
Install this project with:
```sh
cd odin_intro_nodejs
npm i
```
### Usage
To run the project, execute the following command:
```sh
DEBUG=basicsite:* npm start
```
### Deployment
You can deploy this project using your own deployment server.
> Mention all of the collaborators of this project.
👤 **David**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)
- [ ] **ESLint**
- [ ] **Unit tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider adding a ⭐️
I would like to thank the Odin Project
This project is [MIT](./MIT.md) licensed.