https://github.com/wpdew/react-gulp-sass
https://github.com/wpdew/react-gulp-sass
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpdew/react-gulp-sass
- Owner: wpdew
- Created: 2021-12-08T08:13:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T12:48:26.000Z (over 4 years ago)
- Last Synced: 2025-01-11T06:26:38.041Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```