Skip to content

๐Ÿ’Ž This is a boiler plate code initializer for a React, TypeScript, Scss, Sass or Css

License

Notifications You must be signed in to change notification settings

CrispenGari/react-typescript-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React, TypeScript, Sass/Scss and CSS boiler Plate

Usage

  1. Clone the repository
git clone https://github.com/CrispenGari/react-typescript-sass.git
  1. Changing directory to react-typescript-sass
react-typescript-sass
  1. Finally
npm install
#  Or
yarn

Staring the React Server

yarn start
# or
npm start