Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 489 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 489 Bytes

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