Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

create-terra-react-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-terra-react-app

Creates a create-react-app setup for using Terra UI components

latest
npmnpm
Version
1.1.1
Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

This project is provided as-is to enable quick set up for creating prototypes using Terra UI components.

Getting Started

To get started creating an app, you can use the following npx based command or the yarn create command.

Use npx command as follows:

npx create-terra-react-app my-app

Or you can use the yarn create command as follows if you prefer:

yarn create terra-react-app my-app

Both commands will generate the same output of a create-react-app based app that is set up to use Terra UI components.

What this package is:

A thin wrapper around create-react-app

This project is a thin wrapper around Facebook's create-react-app but adds the following common libraries needed for Terra UI components to work:

react-intl node-sass terra-aggregate-translations terra-base

Along with this, it adds npm scripts to generate aggregate-translations whenever the npm start script is run, ensures aggregate-translations are included in .gitignore, and sets the dir attribute on the HTML element so Terra UI styles work as intended.

Keywords

create

FAQs

Package last updated on 11 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts