@inovando/cra-template

1.13.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @inovando/cra-template

Weekly Downloads

1

Version

1.13.2

License

MIT

Unpacked Size

3.75 MB

Total Files

108

Last publish

Collaborators

  • paul-robert
  • grabowski
  • santospatrick