https://github.com/ghulamghousdev/laptop-store
🖥💻👨💻Running javascript outside the browser. Laptop Stores website is implemented by creating an own server using Node.js
https://github.com/ghulamghousdev/laptop-store
hacktoberfest html-css-javascript javascript nodejs nodejs-modules nodejs-server projects
Last synced: about 1 month ago
JSON representation
🖥💻👨💻Running javascript outside the browser. Laptop Stores website is implemented by creating an own server using Node.js
- Host: GitHub
- URL: https://github.com/ghulamghousdev/laptop-store
- Owner: ghulamghousdev
- License: mit
- Created: 2020-04-25T13:44:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T18:43:44.000Z (over 5 years ago)
- Last Synced: 2024-10-11T19:18:22.959Z (over 1 year ago)
- Topics: hacktoberfest, html-css-javascript, javascript, nodejs, nodejs-modules, nodejs-server, projects
- Language: HTML
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laptop-Store
First project using Node.js in which javascript runs outside the browser. Laptop Store website is implemented by creating a own server using Node.js.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them
- npm
```
npm install npm@latest -g
```
- node
```
npm install node@latest -g
```
### Installing
1. Clone the repo
```
git clone https://github.com/ghulamghousdev/Laptop-Store.git
```
2. Execute the index.js file in the root directore
```
node index.js
```
3. Explore
```
Enjoy :)
```
## Built With
* [node] - node.js
* [CSS] - For styling
* [HTML] - For Layout
* [JavaScript] - For client side logic
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details