Skip to content

Enhanced version of npx-create-react-app which contains global Theme.

Notifications You must be signed in to change notification settings

TasmeTime/create-react-app-cleaned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Theme.js file which you could use to define colors, breakpoints 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

About

Enhanced version of npx-create-react-app which contains global Theme.

Topics

Resources

Stars

Watchers

Forks