Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 376 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 376 Bytes

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