Skip to content

indiegate/jira-dev-status-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira dev status board

Requirements:

Install & Development Run

  • npm i && cd client && npm i && cd .. install dependencies for server and client
  • npm start run server with nodemon, concurrently run webpack dev server for client

Production build & Run

  • npm i && cd client && npm i && cd .. install dependencies for server and client
  • cd client && npm run build && cd .. build frontend static files
  • npm run prodServe - run server (backend + serving static files)

License

Software is released under the [GPL-3.0 license] (http://opensource.org/licenses/GPL-3.0)

About

Branches, pull requests and builds for Atlassian Jira issues on one board

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published