A project for tracking GitHub Issues by priority. Made by Bruno Amadori for Rotunda Software.
Featuring:
- Webpack bundling.
- Bootstrap + SASS styling.
- Vanilla JS component-based structure.
- Views templating with Nunjucks.
- State management via Redux.
If you want to check this project builded ASAP, check this link:
https://brunoamadori.com/issuesTracker
git clone https://github.com/BrunoIvanAmadori/IssueTracker.git
cd IssueTracker
npm i
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
You can develop via webpack-dev-server
npm run serve
You can build your project
npm run build:local