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

https://github.com/gabrielnvg/react-base

A base that uses the most popular React packages and Storybook.
https://github.com/gabrielnvg/react-base

boilerplate pug react sass storybook stylename webpack

Last synced: 2 months ago
JSON representation

A base that uses the most popular React packages and Storybook.

Awesome Lists containing this project

README

        

# React Base
A base that uses the most popular React packages and Storybook.
Made on top of [React Slingshot](https://github.com/coryhouse/react-slingshot).

## NPM Scripts
### General
- To install dependencies:
```console
$ npm i
```

### Base
- To run the project:
```console
$ npm start
```

- To build the project:

```console
$ npm run build
```

### Storybook
- To run Storybook:

```console
$ npm run storybook
```

- To build Storybook:

```console
$ npm run build-storybook
```