Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohammadshehadeh/article-landing-page


https://github.com/mohammadshehadeh/article-landing-page

expressjs nodejs

Last synced: about 1 month ago
JSON representation

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
```