No description
  • TypeScript 61.2%
  • SCSS 37.4%
  • JavaScript 1.4%
Find a file
2022-10-13 14:04:31 +03:00
api init 2022-10-10 21:55:23 +03:00
assets init 2022-10-10 21:55:23 +03:00
components Improve ts interface 2022-10-13 14:04:31 +03:00
docs Auto generated commit msg: content changes 2022-10-10 23:59:16 +03:00
interfaces init 2022-10-10 21:55:23 +03:00
originalTaskFiles init 2022-10-10 21:55:23 +03:00
pages init 2022-10-10 21:55:23 +03:00
public init 2022-10-10 21:55:23 +03:00
styles init 2022-10-10 21:55:23 +03:00
utils init 2022-10-10 21:55:23 +03:00
.eslintrc.json init 2022-10-10 21:55:23 +03:00
.gitignore init 2022-10-10 21:55:23 +03:00
.prettierignore init 2022-10-10 21:55:23 +03:00
.prettierrc init 2022-10-10 21:55:23 +03:00
next.config.js init 2022-10-10 21:55:23 +03:00
package.json Github pages fix (.nojekyll 2022-10-10 23:58:48 +03:00
README.md init 2022-10-10 21:55:23 +03:00
tsconfig.json init 2022-10-10 21:55:23 +03:00
yarn.lock init 2022-10-10 21:55:23 +03:00

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