Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theghostyced/nextjs-boilerplate

🌟Next Js project with styled-components, Prettier, ESLint and Husky
https://github.com/theghostyced/nextjs-boilerplate

Last synced: 7 days ago
JSON representation

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

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
[![Deploy now](https://deploy.now.sh/static/button.svg)](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