Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadshehadeh/article-landing-page
https://github.com/mohammadshehadeh/article-landing-page
expressjs nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshehadeh/article-landing-page
- Owner: MohammadShehadeh
- Created: 2022-07-02T11:08:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T15:29:31.000Z (about 1 year ago)
- Last Synced: 2024-10-14T23:06:49.586Z (3 months ago)
- Topics: expressjs, nodejs
- Language: HTML
- Homepage: https://mohammadshehadeh.github.io/article-landing-page/public/
- Size: 5.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
Article landing page
## Table of Contents
- [Author](#author)
- [Entry File](#entry-file)
- [Node and NPM Versions](#node-and-npm-versions)
- [Scripts](#scripts)## Author
Mohammad Shehadeh
## Entry File
```js
/src/server.js
```## Node and NPM Versions
- Node: >=16.13.0
- NPM: >=8.1.0## Scripts
### Development
```bash
npm run dev
```### Build
```bash
npm run build
```