Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furqanramzan/clean-code-guidelines

🚀 A comprehensive documentation project A that provides practical advice and best practices for writing clean and maintainable code
https://github.com/furqanramzan/clean-code-guidelines

best-practices clean-code code-guide code-organization code-quality design-patterns documentation functions maintainability naming-conventions principles readability variables

Last synced: 6 days ago
JSON representation

🚀 A comprehensive documentation project A that provides practical advice and best practices for writing clean and maintainable code

Awesome Lists containing this project

README

        

# Clean Code Guidelines - [Live Demo](https://furqanramzan.github.io/clean-code-guidelines)

Look at the [VuePress Theme Hope](https://theme-hope.vuejs.press/) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:8080

```bash
npm run dev
```

## Production

Build the production application:

```bash
npm run build
```

Check out the [deployment documentation](https://vuepress.vuejs.org/guide/deploy.html) for more information.