- What is now?
- How are v1 and v2 different?
- Deployment Configuration (now.json)
- Builders
- https://zeit.co/docs/v2/deployments/builders/overview/
- @now/static
- Used for basic HTML / CSS / JS based websites that do not require a build process.
- https://zeit.co/docs/v2/deployments/official-builders/static-now-static/
- @now/static-build
- Used for websites that have a build process (React.js, Vue.js etc.).
- https://zeit.co/docs/v2/deployments/official-builders/static-build-now-static-build/
- https://zeit.co/docs/v2/deployments/official-builders/static-build-now-static-build/#configuring-the-build-output-directory
- @now/node-server
- Used for node / express servers with pre-configured routes. (Most express applications...)
- https://zeit.co/docs/v2/deployments/official-builders/node-js-server-now-node-server/
- @now/node
- Used for lambda functions. (A single file with a single route.)
- https://zeit.co/docs/v2/deployments/official-builders/node-js-now-node/
- Routes
- Aliases
- Environment Variables and Secrets
- Special Paths
-
-
Notifications
You must be signed in to change notification settings - Fork 7
CodingGarden/deploy-with-now-v2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Packages 0
No packages published