cra-template-styled
v1.2.0
Published
A template alternative for create-react-app featuring styled-components and node-sass
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
To install:
npx create-react-app 'my-new-app' --template styled