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

https://github.com/arxchrono/newspaper

Newspaper Layout Demo
https://github.com/arxchrono/newspaper

css-modules html reactjs typescript

Last synced: 10 months ago
JSON representation

Newspaper Layout Demo

Awesome Lists containing this project

README

          

# Newspaper Demo [![Netlify Status](https://api.netlify.com/api/v1/badges/aa011215-7af4-4059-bb46-e95f9002bfe7/deploy-status)](https://app.netlify.com/sites/eclectic-florentine-b8724e/deploys)

[View Demo](https://newspaperdemo.netlify.app)

![News Layout](homepage.png)

## Start Development Server

```
npm start
```

## Build & Serve Locally

```
npm run build && npm run preview
```