Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okbel/next-newsroom
A proof of concept for e-commerce systems using a NextJS seed ready to be deployed with Vercel.
https://github.com/okbel/next-newsroom
cms cosmicjs examples isg newsroom nextjs vercel
Last synced: 21 days ago
JSON representation
A proof of concept for e-commerce systems using a NextJS seed ready to be deployed with Vercel.
- Host: GitHub
- URL: https://github.com/okbel/next-newsroom
- Owner: okbel
- Created: 2020-07-02T20:33:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:29:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:41:44.768Z (about 1 month ago)
- Topics: cms, cosmicjs, examples, isg, newsroom, nextjs, vercel
- Language: JavaScript
- Homepage: https://next-newsroom.vercel.app
- Size: 1.35 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-newsroom
A proof of concept (for newsrooms) using a NextJS seed ready to be deployed with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?c=1&s=https://github.com/okbel/next-newsroom)### Tech Stack
- Nextjs
- PurgeCSS
- TailwindCSS
- PostCSS
- Allows nesting and imports.## Up and Running
- Develop running `npm run dev` - [http://localhost:3000](http://localhost:3000)
- Build `npm run build`
- Deploy `vercel --prod`## Demo
[https://next-newsroom.vercel.app](https://next-newsroom.vercel.app)
## Examples and Resources
- NextJS with Prismic [https://github.com/vercel/next.js/tree/canary/examples/cms-prismic](https://github.com/vercel/next.js/tree/canary/examples/cms-prismic)
- Data fetching with [SWR](https://swr.now.sh/)
- [Nextjs Documentation](https://nextjs.org/docs/getting-started)
- Incremental Static Generation [https://static-tweet.now.sh/](https://static-tweet.now.sh/)