@albertli90/react-scripts

Albert LI Configuration and scripts for Create React App.

Usage no npm install needed!

<script type="module">
  import albertli90ReactScripts from 'https://cdn.skypack.dev/@albertli90/react-scripts';
</script>

README

@albertli90/react-scripts

version license

A scaffolding module for a react app in ts

Setup and tasks supported

    # install dependencies if skipped before
    yarn install
    
    # start dev server
    yarn start
    
    # build the applicaton for production
    yarn build
    
    # run all unit test cases
    yarn test
    
    # eject all scaffolding files
    yarn eject
    
    # conditionally run all end2end test cases; this task expects active server running, like a dev server
    yarn e2e
    
    # lint all source codes
    yarn lint
    
    # prettify all source codes 
    yarn prettify

This package includes scripts and configuration used by al-cli.