@ptolemy2002/cra-template-react-app
v0.4.3
Published
CRA Template for creating a React App
Downloads
12
Maintainers
Readme
React App CRA Template
This is a template intended to be used with the create-react-app tool. It contains methods of building your app. For now, the app makes use of React 18 and does not use TypeScript. To apply the template, run the following command:
npx create-react-app [app-name] --template @ptolemy2002/react-app
Commands
The following commands exist in the project resulting from applying this template:
npm run uninstall
- Uninstalls all dependencies for the appnpm run reinstall
- Uninstalls and then Reinstalls all dependencies for the appnpm run start
- Starts the appnpm run build
- Builds the appnpm run test
- Tests the appnpm run eject
- Ejects the app