gabrielnvg / react-base

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Base

A base that uses the most popular React packages and Storybook.
Made on top of React Slingshot.

NPM Scripts

General

  • To install dependencies:
$ npm i

Base

  • To run the project:
$ npm start
  • To build the project:
$ npm run build

Storybook

  • To run Storybook:
$ npm run storybook
  • To build Storybook:
$ npm run build-storybook

About

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

License:MIT License


Languages

Language:JavaScript 94.2%Language:HTML 4.1%Language:CSS 1.8%