https://github.com/leafoftree/next-example
https://github.com/leafoftree/next-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leafoftree/next-example
- Owner: leafOfTree
- Created: 2020-07-02T00:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T00:47:07.000Z (over 5 years ago)
- Last Synced: 2025-03-22T05:32:51.332Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
A project based on React [Next.js](https://nextjs.org).
## Scripts
### Develop
npm run dev
### Build
npm run build
### Start built project
npm start