Skip to content

Typescript Starter with styled-components! πŸŽŠπŸŽ‰

Notifications You must be signed in to change notification settings

NovvumHacks/react-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

react-typescript-starter

Typescript Starter with styled-components! πŸŽŠπŸŽ‰

Introduction

A simple typescript starter for react using styled-components

Theming with styled-components

under src/styled/theme.ts

export interface ThemeInterface {
	colors: Colors;
	padding: string;
}

export interface Colors {
	white: string;
	shadow: string;
	text: string;
	glow: Glow;
}

export interface Glow {
	[character: string]: string;
}

Getting Started

clone the repo

git clone https://github.com/NovvumHacks/react-typescript-starter.git

install the dependencies

yarn

# --- or ----

npm install

start hacking!

yarn start

# --- or ----

npm run start

About

Typescript Starter with styled-components! πŸŽŠπŸŽ‰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published