Demo of [email protected]
and Next.js.
node -v # >= 8
npm install
Then just run npm run dev
and go to http://localhost:3000
. To use another port, you can run npm run dev -- -p <your port here>
.
After dev, try
npm run build
npm run start
Demo of [email protected]
and Next.js.
node -v # >= 8
npm install
Then just run npm run dev
and go to http://localhost:3000
. To use another port, you can run npm run dev -- -p <your port here>
.
After dev, try
npm run build
npm run start