bongga-scriptsdeprecated

Custom scripts for Create React App.

Usage no npm install needed!

<script type="module">
  import bonggaScripts from 'https://cdn.skypack.dev/bongga-scripts';
</script>

README

bongga-scripts

Features:

  • Hot Reload
  • Jest

Push new version

- update package.json
- npm publish

Get new changes

- git remote add upstream https://github.com/facebook/create-react-app
- git pull upstream master