This is my Next.js test application, created according to the tutorial.
Application is deployed at https://nextjs-tutorial.silver1.now.sh
git clone https://github.com/silverqx/nextjs-tutorial
cd nextjs-tutorial
npm install
npm run dev
- look at http://localhost:3000
- first download Now, it's
npm i -g now
- call
now
ornow --prod
for production from root directory