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

https://github.com/wpdew/react-gulp-sass


https://github.com/wpdew/react-gulp-sass

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# React + Gulp + Sass

## Installation (development)

1. Clone repository

```
git clone https://github.com/pomerla/react-gulp-sass.git
```

2. Clone repository to the current folder

```
git clone https://github.com/pomerla/react-gulp-sass.git .
```

## Project launch and operation

1. Run npm install

```
npm install
```

2. Starting a project without React

```
npm start
```

3. Starting a project with React

```
5. npm run react
```