cra-template-pyrobyte
v1.0.4
Published
The base template for Create React App by Pyrobyte
Maintainers
Readme
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