2.0.0 • Published 6 years ago

gap-front-base v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago
yarn init
yarn global add jest
yarn add babel-core babel-jest babel-preset-env regenerator-runtime --dev

package.json

{

  "scripts": {
    "test": "npm run jest && npm run eslint",
    "jest": "jest",
    "eslint": "eslint ."
  },
}