cra-template-styled-router
v1.3.0
Published
A template alternative for create-react-app featuring styled-components, node-sass, react-router-dom
Downloads
2
Maintainers
Readme
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