Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 811 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 811 Bytes

Zenext

Zenext is a web development starter boilerplate built with Next.js, TypeScript, and styled-components. It includes a linting suite with eslint, prettier, and stylelint and additional utilities such as colors, fonts, and media queries. Package manager of choice is pnpm.

Getting Started

Clone the repository:

git clone https://github.com/zeka3/zenext

Install the dependencies:

pnpm install

Start the development server:

pnpm run dev

Features

  • Static type checking with TypeScript
  • Hot reloading
  • Linting suite with eslint, prettier, and stylelint
  • Styled-components
  • Colors, fonts, and media queries utilities
  • pnpm as package manager

Contributing

If you have any suggestions or bug fixes for the project, feel free to create an issue or pull request.