1.3.0 • Published 4 years ago

cra-template-styled-router v1.3.0

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

This is a template package for the create-react-app --template option.

The app features a reconfigured application structure and layout for beginning a styled component React application.

Notes: The use of .jsx extension is optional. It is used only to separate the styles which end in .js

Features: node-sass, styled-components, react-router-dom

To install:

npx create-react-app 'my-new-app' --template styled-router