Create React App template with pre-configured architecture
Hi,
I am very excited to share my first npm package which I have created which can be used as a template for create-react-app.
You can view package on https://www.npmjs.com/package/cra-template-empty-react-app link.
How to use the package
You can either download the code from https://github.com/thesologlobesightseer/empty-react-app or you can use use the package using the command as below
npx create-react-app <app-name> — template empty-react-app
OR
yarn create react-app <app-name> — template empty-react-app
While executing this command you just need to put the intended app-name. This package contains preconfigured empty react app folder structure which contains lot more than this.
You can get pre-configured WebPack as well.
Future plan: Soon, I will be adding the pre-configured progressive web application, authenticator and lot more.
Feel free to request new features on https://github.com/thesologlobesightseer/empty-react-app/discussions as well.