@piouson/cra-template-ans

2.0.0 • Public • Published

Create-React-App Template

This is a base template for a medium sized React app built for ANS AppDev team.

For more information, please refer to how to create custom Create React App templates.

Usage

# remotely
npx create-react-app webapp --template @piouson/cra-template-ans
# or locally
npx create-react-app webapp --template file:../path/to/cra-template-ans
# then add husky for githooks
yarn add --dev husky@4.3.8 # npm i -D husky@4.3.8

See Create React App discussion for why husky is not triggering githooks unless re-added.

Ignore console warnings has unmet peer dependency for ESLint, there is no need to add ESLint package separately cos we are using the ESLint bundled with React-Scripts. Thus only plugins and configs were added.

Dependencies Added

Dev Dependencies Added

Package Sidebar

Install

npm i @piouson/cra-template-ans

Weekly Downloads

0

Version

2.0.0

License

ISC

Unpacked Size

35.1 kB

Total Files

32

Last publish

Collaborators

  • piouson