inovando / cra-template-inovando

:zap: Inovando's template for create-react-app https://www.npmjs.com/package/@inovando/cra-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@inovando/cra-template

⚡️ Inovando's template for create-react-app

NPM version code style: prettier Commitizen friendly

Package Main Techs

Preview

Desktop Mobile
Template Chrome Desktop Preview Template Mobile Preview

Usage

  1. Initialize your project with this command:
npx create-react-app my-app --template @inovando
  1. Duplicate .env.example to .env.development.local and .env.production fulfilling variables as needed

  2. Run the following commands:

yarn start # React server
yarn mock # Mock server (to see table example)
  1. Done 🎉

  2. (Optional) If you need PWA, don't forget to change icons at public/site.webmanifest

  3. (Optional) If your project will use Cypress and your OS is Linux Ubuntu/Debian, you need to run the following commands:

sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
  1. (Optional) Duplicate cypress.env.example.json to cypress.env.json fulfilling variables as needed

Scripts

yarn serve

Serve app based on build/ folder (generated by yarn build)

yarn build-and-serve

Build and serve build/ folder

yarn generate:crud

Will prompt some questions to create a new CRUD with 3 routes (/entity, /entity/new, /entity/:id)

yarn generate:crud-modal

Will prompt some questions to create a new CRUD based on a modal with 1 route (/entity)

Features

FAQ

Why ESLint and plugins are dependencies?

Until the release date of this package, create react app does not support devDependencies field at template.json

Git hooks not working

rm -rf node_modules && yarn

About

:zap: Inovando's template for create-react-app https://www.npmjs.com/package/@inovando/cra-template


Languages

Language:JavaScript 76.9%Language:Raku 17.6%Language:Perl 3.7%Language:HTML 1.6%Language:Shell 0.2%