https://github.com/theghostyced/nextjs-boilerplate
🌟Next Js project with styled-components, Prettier, ESLint and Husky
https://github.com/theghostyced/nextjs-boilerplate
Last synced: 4 months ago
JSON representation
🌟Next Js project with styled-components, Prettier, ESLint and Husky
- Host: GitHub
- URL: https://github.com/theghostyced/nextjs-boilerplate
- Owner: theghostyced
- Created: 2019-06-29T20:42:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:15:47.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:41:33.919Z (6 months ago)
- Homepage:
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:zap: Simple NextJS Boilerplate :zap:
![]()
![]()
![]()
## Contents
- [Installation](#installation)
- [Workflow](#workflow)### Installation
Clone the repo :ghost::
```sh
git clone https://github.com/theghostyced/nextjs-boilerplate.git 'or preferred name here'
cd nextjs-boilerplate
```Initialize your own .git:
```sh
rm -rf .git && git init && yarn init
```Install the dependencies:
```bash
yarn install
```
or
```sh
npm install
```### Workflow
Start a live-reload development server:
```sh
yarn dev
```
or
```sh
npm run dev
```Generate a production build:
```sh
yarn build
```
or
```sh
npm run build
```
### Deployment
[](https://deploy.now.sh/?repo=https://github.com/theghostyced/nextjs-boilerplate)### Contribution
I'm open to contributions & suggestions in making this a lot better :hand:### License
MIT