Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theghostyced/nextjs-boilerplate
- Owner: theghostyced
- Created: 2019-06-29T20:42:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:15:47.000Z (about 2 years ago)
- Last Synced: 2024-11-25T10:33:56.539Z (2 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
[![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