An open API service indexing awesome lists of open source software.

https://github.com/crispengari/react-typescript-sass

💎 This is a boiler plate code initializer for a React, TypeScript, Scss, Sass or Css
https://github.com/crispengari/react-typescript-sass

create-react-app csr csss frontend javascript react sass scss typescript

Last synced: 6 months ago
JSON representation

💎 This is a boiler plate code initializer for a React, TypeScript, Scss, Sass or Css

Awesome Lists containing this project

README

          

### React, TypeScript, Sass/Scss and CSS boiler Plate

### Usage

1. Clone the repository

```shell
git clone https://github.com/CrispenGari/react-typescript-sass.git
```

2. Changing directory to `react-typescript-sass`

```shell
react-typescript-sass
```

3. Finally

```shell
npm install
# Or
yarn
```

### Staring the React Server

```shell
yarn start
# or
npm start
```