Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 537 Bytes

Next

CORE static website pages on React and Next.js

Instalation & Preview

The project requires having Node.js and Yarn package manager.

As soon as everything is set up, run:

yarn install  # to install all dependencies
yarn dev      # to build dev-version of the project and start simle server

Open localhost:3000 to preview.

Well done!