Skip to content

A collaboration web app for assigning story points.

License

Notifications You must be signed in to change notification settings

blieque/story-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

story-points

A web app to let people assign story points from anywhere with an internet connection.

Directory Structure

  • build/ – webpack build system configuration.
  • src/ – Source directory of the Vue.js application.
    • assets/ – Static files that will be processed by webpack with url-loader.
    • components/ – Vue.js Single-File Components.
    • styles/ – library of utility styles and global Sass variables.
  • config.ts – Build system and environment configuration options.
  • index.ts – Vue.js entry point.

Build Setup

# Install dependencies.
npm install

# Run locally with hot module replacement.
npm start

# Build for production with minification.
npm run build

About

A collaboration web app for assigning story points.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published