Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 507 Bytes

Cleaned (kinda) npx-create-react-app including styled-components

This is the npx-create-app output with some files removed and styled-component included. There is a GlobalStyle defined and used in index.js which you can use to apply your global styles using styled-components.

Also there is a Colors.js file which you could use to define global colors and use them across the project

1.npm install

2.npm start

Make sure to edit package.json in order to change the name or version