My personal template for Next.js projects.
Table of Contents
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.
- Clone the repo
git clone https://github.com/AjayLiu/ajayliu.com.git
- Install packages
yarn
To run the development server
yarn dev
Then head over to localhost:3000
- Publish the site on Netlify using continuous git integration. 🎉
Distributed under the MIT License. See LICENSE
for more information.
Ajay Liu - contact@ajayliu.com
Project Link: https://github.com/AjayLiu/next-js-boilerplate