0.0.1 • Published 4 years ago

cra-template-donuts v0.0.1

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

Alt Text

 npx create-react-app donut --template donuts
 // Or
 yarn init react-app my-app --template donuts

Donut Template is a preconfigured template for reacjs applications.

  • Default route setting

  • Folder Structure

  • Absolute routes set, use alias '@' to import your files

  • Styles with Styled Components

Alt Text

The template comes pre-configured with superdonuts, the CLI for quick setup and file generation.

Commands

// Configure Eslint
 yarn run superdonut configure:eslint

// Create Component
 yarn run superdonut generate:component MyComponent

// Create Page
 yarn run superdonut generate:page Main

Learn More