2.0.4 • Published 2 years ago

@tririga/cra-template v2.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@tririga/cra-template

Quickstart Create React App (CRA) template for building TRIRIGA UX Web applications using ReactJS and IBM Carbon Components.

Usage

npx create-react-app my-app-name --template @tririga/cra-template --use-npm

Note

When running npm run start, the console displays an "Invalid dependencies" deprecation warning. It is an open issue in create-react-app, facebook/create-react-app#12329.

A workaround to resolve that warning (only work on IOS, not Windows), in the package.json, replace script "start": react-scripts start" with

"start": "SASS_PATH=\"`cd \"./node_modules/@carbon\";pwd`\" react-scripts start"
2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago