Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadbilaldev/nodeapi-with-now
https://github.com/ahmadbilaldev/nodeapi-with-now
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmadbilaldev/nodeapi-with-now
- Owner: ahmadbilaldev
- Created: 2019-07-01T06:16:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T09:17:41.000Z (over 2 years ago)
- Last Synced: 2024-04-29T16:13:45.151Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js API with a Static Frontend on ZEIT Now
To get started with this project yourself, you can use [Now CLI](https://zeit.co/download) to initialize it.
## Automatic Deployments with Git
Using either [Now for GitHub](https://zeit.co/github) or [Now for GitLab](https://zeit.co/gitlab), you can push this project to a Git repository and it will deploy automatically.
If on anything other than the default branch, with each push your project will be deployed, automatically, to a unique staging URL.
If pushing or merging to the default branch, your project will be deployed and aliased in a production environment, automatically.
Read more about the ZEIT Now Git Integrations:
- [Now for GitHub](https://zeit.co/docs/v2/integrations/now-for-github/)
- [Now for GitLab](https://zeit.co/docs/v2/integrations/now-for-gitlab/)## Resources
Learn more about the ZEIT Now platform from [our documentation](https://zeit.co/docs), including:
- [More information on deploying Node.js projects](https://zeit.co/docs/v2/deployments/official-builders/node-js-now-node) and some technical details.
- [More information on the platform itself](https://zeit.co/docs), including [domains and aliasing](https://zeit.co/docs/v2/domains-and-aliases/introduction/) and [local development](https://zeit.co/docs/v2/development/basics/).