@chumsinc/textarea
v1.0.3
Published
An auto resizing textarea for React
Readme

CHUMS App React Presets
A generic template for creating React apps without the overhead of create-react-app
Notes
This includes the basics for publishing an app the Chums Intranet Included modules are:
- Bootstrap 5.3 & Bootstrap Icons, React Bootstrap
- React 19
- Redux & Toolkit
Instructions
- In GitHub click the "Use this template" button, and "Create a new repository"
- Check out the new repository via editor of choice, the examples are for PHPStorm/JetBrains
- Run
npm init- Assign a package name, version, etc.
- Run
npm install - Configure PHPStorm
- set deployment path, eg, /var/www/intranet.chums.com/apps/{app-name}
- update index.php
- Write some code
- Build and publish the app
- Make some user happy with a custom app
Other Handy Repositories
npm install ChumsInc/b2b-types
npm install @mui/material @emotion/react @emotion/styled
npm install @mui/icons-materialServer Side Rendering
Check out tsconfig-paths-webpack-plugin to rename the paths in the dist directory to the full path name.
npm install -dev tsconfig-paths-webpack-plugin