1.0.4 • Published 3 years ago

cra-template-pyrobyte v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

cra-template-pyrobyte

The template for Create React App

Dependencies

  • node-sass
  • prop-types
  • eslint(airbnb)
  • prettier

Usage

To use this template within your project, add --template pyrobyte when creating a new app.

For example:

npx create-react-app my-app --template pyrobyte

# or

yarn create react-app my-app --template pyrobyte