Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexander-schranz/react-setup


https://github.com/alexander-schranz/react-setup

Last synced: 7 days ago
JSON representation

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
```