1.0.0 β€’ Published 3 years ago

cra-js v1.0.0

Weekly downloads
49
License
MIT
Repository
github
Last release
3 years ago

Netlify Status codecov Build Status GitHub release (latest by date) semantic-release GitHub issues

Main scripts πŸ“„

  "start" - start app
  "build" - build app
  "test" - run tests
  "test:coverage:ci:codecov" - run test and submit codecoverage to codecov
  "format" - format code with prettier
  "lint" - check your code with eslint
  "lint:fix" - fix your code with eslint
  "cm" - run commitizen to create a good commit

To commit message you have to write following commands

   git add .
   git commit 

then follow commitizen prompts and write a good commit

Main technologies ℹ️

  • react
  • react-app eslint + some additional rules
  • prettier
  • codecov with Travis CI

Publish with netlify button πŸš€

You need to have an account on netlify

Deploy to Netlify

If you click this button, it’ll authenticate you in Netlify and you'll have to choose a repository name. Netlify will automatically create a new repo for you that looks exactly like this one. Next, it will build and deploy the new site on Netlify bringing you to the site dashboard when the build is completed.

Env variables πŸ“

  • REACT_APP_LOGO - here you can pass a link to your app logo
  • REACT_APP_TITLE - here you can pass your app title