1.13.2 • Published 4 years ago

@inovando/cra-template v1.13.2

Weekly downloads
54
License
MIT
Repository
github
Last release
4 years ago

@inovando/cra-template

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

NPM version code style: prettier Commitizen friendly

Package Main Techs

Preview

DesktopMobile
Template Chrome Desktop PreviewTemplate 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
1.13.2

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.1

5 years ago

1.9.0

5 years ago

1.10.0

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.3

5 years ago

1.7.4

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.6.6

5 years ago

1.6.4

5 years ago

1.6.5

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.5.2

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago