Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Kholid060/projectile

An app for managing your JavaScript projects
https://github.com/Kholid060/projectile

electron hacktoberfest javascript project-management vue

Last synced: about 1 month ago
JSON representation

An app for managing your JavaScript projects

Awesome Lists containing this project

README

        

![Projectile logo](./buildResources/image.png)


license
version




Projectile - An app for managing your JavaScript projects | Product Hunt

# Projectile

An app that will help you to manage your JavaScript projects with GUI

## Download
[Download](https://github.com/kholid060/projectile/releases/latest)

## Features
- Install or update your project dependencies
- Run your project scripts
- Kanban board
- Support monorepo

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn watch
```

### Compiles app for debugging
```
yarn compile
```

### Lints and fixes files
```
yarn lint
```