@pcs/cra-template-pcs

Create React App Template for PCS Applications

Usage no npm install needed!

<script type="module">
  import pcsCraTemplatePcs from 'https://cdn.skypack.dev/@pcs/cra-template-pcs';
</script>

README

PCS Template for create-react-app

A create react app template for creating new PCS React Applications, to generate a new application, clone this repository locally and run from the directory you want your new application to be created in:

npx create-react-app <name_of_new_application> --use-npm --template file:<relative_local_path_to_this_template_repo>