1.0.1 • Published 3 years ago

cra-template-reactinnit v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.