https://github.com/r3nanp/news
A Newsletter made in React using Next and Chakra UI with serverless function.
https://github.com/r3nanp/news
chakra-ui nextjs nodejs serverless typescript
Last synced: 7 months ago
JSON representation
A Newsletter made in React using Next and Chakra UI with serverless function.
- Host: GitHub
- URL: https://github.com/r3nanp/news
- Owner: r3nanp
- License: mit
- Created: 2020-09-11T16:33:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T22:12:25.000Z (over 5 years ago)
- Last Synced: 2025-03-02T01:47:29.788Z (about 1 year ago)
- Topics: chakra-ui, nextjs, nodejs, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# Newsletter
A Newsletter made in React using Next and Chakra UI with a serverless function made in Node and MongoDB.
## Technologies used
* Next
* React
* Typescript
* Chakra UI
* MongoDB
* Axios
## Link
[Newsletter](https://r3nanp-newsletter.vercel.app/)
## How to run
```
# Clone repository
git clone https://github.com/r3nanp/news.git
```
```
# At the root of the project, run:
yarn
```
```
# Run app
yarn dev or npm dev
```
## Screenshots