cra-template-reactinnit
v1.0.1
Published
A Create React App template based on cra-template.
Downloads
1
Maintainers
Readme
React, innit?
Reactinnit
is a CRA (create-react-app) template based on the default cra-template
used by default in Create React App. It's meant to be a more organised version of cra-template. Reactinnit is used in Devbox and can be used standalone with Create React App.
There is currently no TypeScript variation of Reactinnit. However, feel free to add a PR to the Reactinnit TypeScript repository if you'd like to help with creating a TypeScript version of Reactinnit.
Usage
To use Reactinnit with Yarn, use a command like the following:
yarn create react-app [application name or . for current directory] --template reactinnit
With NPM, you can use:
npx create-react-app [application name or . for current directory] --template reactinnit
Resources
- Getting Started - The Getting Started guide for CRA-based projects.
- Editor/IDE Tips - A list of tips and tricks on how to configure your preferred text editor/IDE to work harmoniously with Create React App.
- Client-side routing in React - A quick-start guide for CSR (client side routing) in React using
react-router-dom
. - Deployment Tips - Tips on how to deploy your Reactinnit-based app in production environments.