https://github.com/luispagarcia/ipsum-gen-serverless
This is an example how to generate a Ipsum generator
https://github.com/luispagarcia/ipsum-gen-serverless
noservernovember serverless vue
Last synced: 8 months ago
JSON representation
This is an example how to generate a Ipsum generator
- Host: GitHub
- URL: https://github.com/luispagarcia/ipsum-gen-serverless
- Owner: LuisPaGarcia
- Created: 2018-11-13T17:51:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T18:06:43.000Z (over 7 years ago)
- Last Synced: 2025-10-09T22:32:21.195Z (8 months ago)
- Topics: noservernovember, serverless, vue
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lorem ipsum Generator for #NoServerNovember
## Link: https://lorem-ipsum-serverless.netlify.com
To deploy it:
### Frontend (Using zeit.sh)
```bash
$ now
```
### Backend (Using serverless framework + AWS)
```bash
$ cd backend && yarn && sls deploy
```