mirror of
https://github.com/LukasDzenk/ratepunk-landing-page-nextjs.git
synced 2026-05-28 14:07:45 +00:00
No description
- TypeScript 61.2%
- SCSS 37.4%
- JavaScript 1.4%
| api | ||
| assets | ||
| components | ||
| docs | ||
| interfaces | ||
| originalTaskFiles | ||
| pages | ||
| public | ||
| styles | ||
| utils | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| next.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
View Live website (static HTML build)
Introduction
This is a Next.js project for RatePunk, bootstrapped with create-next-app.
Getting Started
Installing dependencies
yarn
Running the development server
yarn dev
Then, go to:
http://localhost:3000/ratepunk-landing-page-nextjs (instead of http://localhost:3000)
Note: the URL contains "ratepunk-landing-page-nextjs" because the project is configured to build files for GitHub pages "doc" directory.
Building
Production
Running a production build live:
yarn build
yarn start
Then, go to:
http://localhost:3000/ratepunk-landing-page-nextjs
Static export
Building and exporting files as static HTML to the "docs" directory:
yarn export