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.
- Host: GitHub
- URL: https://github.com/gabrielnvg/react-base
- Owner: gabrielnvg
- License: mit
- Created: 2017-08-29T18:57:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:34:56.000Z (over 2 years ago)
- Last Synced: 2024-07-29T19:42:49.808Z (10 months ago)
- Topics: boilerplate, pug, react, sass, storybook, stylename, webpack
- Language: JavaScript
- Homepage:
- Size: 4.09 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```