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
- Host: GitHub
- URL: https://github.com/arxchrono/newspaper
- Owner: ARXChrono
- Created: 2023-03-17T08:09:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T08:14:21.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T15:11:54.401Z (over 1 year ago)
- Topics: css-modules, html, reactjs, typescript
- Language: SCSS
- Homepage: https://newspaperdemo.netlify.app
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newspaper Demo [](https://app.netlify.com/sites/eclectic-florentine-b8724e/deploys)
[View Demo](https://newspaperdemo.netlify.app)

## Start Development Server
```
npm start
```
## Build & Serve Locally
```
npm run build && npm run preview
```