red-macaw-ui
v1.1.28
Published
A simple template for a custom React component library
Downloads
12
Readme
:rocket: Technologies
This project was developed with the following technologies:
:information_source: How To Use
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:
$ git clone https://github.com/andresvcc/red-macaw-ui my-app
# Go into the repository and install dependencies
$ cd my-app && yarn
# Run
$ yarn dev
🔨 Commands
dev
: runs your application onlocalhost:3000
build
: creates the production build versionstart
: starts a simple server with the build production codelint
: runs the linter in all components and pagestest
: runs jest to test all components and pagestest:watch
: runs jest in watch modegenerate
: create a new component structuredstorybook
: runs storybook onlocalhost:6006
storybook:build
: create the build version of storybook
:memo: License
This project is under the MIT license. See the LICENSE for more information.
:wave: Get in touch!