/prim-u

Prim-u Landing page using NextJS

Primary LanguageJavaScript

NextJs Starter Template

Introduction

This repo is a simple starting template Prim-u

Codebase

Technologies

  • NextJs: Front-end framework
  • StyledComponents: CSS framework
  • Eslint: Linter
  • Prettier Code formatter

Folder structure

template/
├── components     # Reusabble parts
├── layouts        # View templates
├── styles         # General app styles
└── pages          # Application views

Setup

  1. Clone or download the project.
  2. cd in the project directory.
  3. Run git remote rm origin to remove the remote refenrece.
  4. Run yarn to install dependencies