This is a generator for creating a React App with the following characteristics:-
- The app uses
esbuildas it's bundler and compiler.
Run the app using the following command and answer the prompts.
npm init @mcqj/react-app
or
npx @mcqj/create-react-appA react app will be created in a sub-folder using the name provided. Go
to the sub-folder, run npm init and follow the instructions in the
README.md file in the generated project.