Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander-schranz/react-setup
https://github.com/alexander-schranz/react-setup
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexander-schranz/react-setup
- Owner: alexander-schranz
- Created: 2015-12-27T19:09:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T19:14:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-27T05:02:54.738Z (about 2 months ago)
- Language: JavaScript
- Size: 893 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Setup
## Installation
```
npm install
```## Work
**JS:**
```
npm run watch
```**SCSS:**
```
npm run watch-scss
```## Build
```
npm run build
```