3.0.0 • Published 6 years ago
razzle-examples-with-now v3.0.0
Razzle Now Deployment example
How to use
Download the example or clone the whole project:
curl https://codeload.github.com/jaredpalmer/razzle/tar.gz/master | tar -xz --strip=2 razzle-master/examples/with-now
cd with-now
Install it and run locally:
yarn install
yarn start
Setup Now:
Now manages app deployments with a desktop app or CLI.
- You can download either the desktop (ships and installs the CLI as well) or just the CLI
- Or install only the CLI directly using:
npm install -g now
- Or install only the CLI directly using:
- Create a Now account
- Authenticate in the desktop app or CLI with
now login
Deploy:
- Deploy using
now
in the root of your app. - Open your Dashboard and test your deployment
- Note: on the free plan your deployment and logs will be publicly visible
Additional Configuration:
- Additional build, deployment, and config steps available: Zeit/Now
Idea behind the example
This is a basic example of how to use razzle and deploy to Now.
3.0.0
6 years ago
3.0.0-alpha.2
7 years ago
3.0.0-alpha.1
7 years ago
2.4.1
7 years ago
3.0.0-alpha.0
7 years ago