Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drex44/bulletin
A NextJs SPA that utilizes Prismic.io CDN
https://github.com/drex44/bulletin
nextjs prismicio reactjs surge-sh tutorial-code
Last synced: about 2 months ago
JSON representation
A NextJs SPA that utilizes Prismic.io CDN
- Host: GitHub
- URL: https://github.com/drex44/bulletin
- Owner: drex44
- License: mit
- Created: 2018-09-08T08:47:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T10:52:49.000Z (over 5 years ago)
- Last Synced: 2024-01-16T16:49:47.888Z (12 months ago)
- Topics: nextjs, prismicio, reactjs, surge-sh, tutorial-code
- Language: JavaScript
- Size: 119 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bulletin
A NextJs SPA that utilizes Prismic.io CDN
I have wrote a tutorial on how to use [surge](http://surge.sh) and CDN such as [Prismic.io](http://prismic.io/).
This project contains the code for the same.
## How to run
- Clone the repository,
```
git clone https://github.com/drex44/bulletin.git
```
- Run below commands,
```
cd bulletin
npm install
npm run dev
```
### ArticleThe link to the article is [here](https://medium.com/@dhanraj_acharya/host-your-dynamic-website-without-spending-a-penny-d1ba91501a62).
### Live demo
It's available on [Surge.sh](http://bulletin-tutorial.surge.sh/)