My personal template for Next.js projects.
I usually use this boilerplate for any new Next.js project I made. This is tailor made to be deployed via Netlify.
Here is a guide if you want to clone this template and modify it for yourself, all the way to deployment.
git clone https://github.com/AjayLiu/ajayliu.com.git
yarn
To run the development server
yarn dev
Then head over to localhost:3000
Distributed under the MIT License. See LICENSE
for more information.
Ajay Liu - contact@ajayliu.com
Project Link: https://github.com/AjayLiu/next-js-boilerplate