npx create-react-app donut --template donuts
// Or
yarn init react-app my-app --template donuts
Donut Template is a preconfigured template for reactjs applications.
Default route setting
Folder Structure
Absolute routes set, use alias '@' to import your files
Styles with Styled Components
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
Discussion
Looks really awesome. Thanks for sharing.