next-plate
π¦ΈββοΈ A super template for Next.js with a pack of incredible tools
File Explorer
Download Latest Version (.zip)- issue_template.md
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- commit-msg
- pre-commit
- extensions.json
- launch.json
- .gitkeep
- demo_desktop.gif
- demo_mobile.gif
- .gitkeep
- README.en-US.md
- README.ko-KR.md
- README.pt-BR.md
- .gitkeep
- icon-128x128.png
- icon-16x16.png
- icon-192x192.png
- icon-32x32.png
- icon-512x512.png
- .gitkeep
- banner.jpg
- powered-by-vercel.svg
- .gitkeep
- .gitkeep
- favicon.ico
- site.webmanifest
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.test.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- index.tsx
- useFetch.ts
- IUser.ts
- [login].tsx
- _app.tsx
- _document.tsx
- index.tsx
- babel.config.js
- wdyr.ts
- api.ts
- index.ts
- keys.ts
- user.ts
- bgImages.ts
- theme.ts
- .gitkeep
- .commitlintrc
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- .versionrc
- CHANGELOG.md
- jest.config.js
- jest.setup.js
- LICENSE
- next-env.d.ts
- next-seo.config.js
- next-sitemap.config.js
- next.config.js
- package.json
- pnpm-lock.yaml
- README.md
- renovate.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/gustavomorinaga/next-plate
Downloads the entire project code from GitHub to your computer.
cd next-plate
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ pnpm install
Downloads and installs the libraries listed in package.json.
$ npm install
Downloads and installs the libraries listed in package.json.
$ yarn install
Downloads and installs the libraries listed in package.json.
$ pnpm run dev
Starts the development/run server.
$ npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
