Skip to content

An Issue Tracker for Github Repos. A project for Rotunda.

Notifications You must be signed in to change notification settings

BrunoIvanAmadori/issueTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issueTracker

A project for tracking GitHub Issues by priority. Made by Bruno Amadori for Rotunda Software.

Featuring:

  1. Webpack bundling.
  2. Bootstrap + SASS styling.
  3. Vanilla JS component-based structure.
  4. Views templating with Nunjucks.
  5. State management via Redux.

If you want to check this project builded ASAP, check this link:

https://brunoamadori.com/issuesTracker


Installation steps

1. Clone

git clone https://github.com/BrunoIvanAmadori/IssueTracker.git

2. Install

cd IssueTracker npm i

3. Get token

Create a github Personal Access Token on: https://github.com/settings/tokens

Copy it, and paste it like this on your console:

echo "TOKEN=<Insert Token here>" > .env

4. Set DEV Server (optional)

You can develop via webpack-dev-server

npm run serve

5. Build

You can build your project npm run build:local

About

An Issue Tracker for Github Repos. A project for Rotunda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published