/nextjs-boilerplate

🌟Next Js project with styled-components, Prettier, ESLint and Husky

âš¡ Simple NextJS Boilerplate âš¡



Contents

Installation

Clone the repo 👻:

git clone https://github.com/theghostyced/nextjs-boilerplate.git 'or preferred name here'
cd nextjs-boilerplate

Initialize your own .git:

rm -rf .git && git init && yarn init

Install the dependencies:

yarn install

or

npm install

Workflow

Start a live-reload development server:

yarn dev

or

npm run dev

Generate a production build:

yarn build

or

npm run build

Deployment

Deploy now

Contribution

I'm open to contributions & suggestions in making this a lot better ✋

License

MIT