https://github.com/dharmveer97/kickoff-nextjs
A starting point using ReactJs, bundled with awesome NextJs.
https://github.com/dharmveer97/kickoff-nextjs
Last synced: 3 months ago
JSON representation
A starting point using ReactJs, bundled with awesome NextJs.
- Host: GitHub
- URL: https://github.com/dharmveer97/kickoff-nextjs
- Owner: dharmveer97
- Created: 2022-11-25T16:48:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T15:55:31.000Z (over 3 years ago)
- Last Synced: 2025-03-20T14:01:20.317Z (over 1 year ago)
- Language: CSS
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kickoff-nextjs
A starting point using ReactJs, bundled with awesome NextJs.
## Stack
- [Next.js](https://nextjs.org/)
- [React.js](https://facebook.github.io/react/)
- [MongoDB cloud](https://cloud.mongodb.com)
- [Es-Lint](https://eslint.com)
## To use
- Fork or download this repo
- Ready!
## Setup
Run
```
yarn install
```
## Development
To start development server
```
yarn dev
```
## Deployment
To deploy to zeit(vercel) now host
```
yarn deploy
```