Simple app to show issues by milestone for AMO team stand-ups
Перейти к файлу
Stuart Colville 047b558a41
Update README.md
2019-10-29 14:38:27 +00:00
public Add issues by milestone 2017-04-21 18:20:49 +01:00
src Fix lint 2019-03-05 15:14:22 +00:00
.eslintrc Filter out invalid states (#60) 2017-11-24 16:22:06 +00:00
.gitignore Initial app created with create-react-app 2017-04-21 10:55:49 +01:00
.travis.yml Update to node 10 in .travis.yml (#96) 2018-09-11 19:13:35 +01:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 23:12:45 -07:00
README.md Update README.md 2019-10-29 14:38:27 +00:00
package.json Update dependency sinon to v7.2.7 (#142) 2019-03-05 15:29:22 +00:00
renovate.json Add renovate.json (#137) 2019-02-27 14:30:43 +00:00
static.json Make route explicit 2017-04-24 14:15:39 +01:00
yarn.lock Update dependency sinon to v7.2.7 (#142) 2019-03-05 15:29:22 +00:00

README.md

No Maintenance Intended Build Status Coverage Status

amo-milestones

A simple app to support looking up issues by milestone for the focus of AMO team stand-ups.

This app is available to view here: https://amo-milestones.herokuapp.com/

Running the app

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will see the build errors and lint warnings in the console.

Build errors

npm test or yarn test

Runs the test watcher in an interactive mode.
By default, runs tests related to files changes since the last commit.

Read more about testing.

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

This app is deployed to heroku via the heroku branch e.g:

git push heroku master

Built with create-react-app

This project was bootstrapped with Create React App.