PR-722301: Changing Readme.md file.

This commit is contained in:
Alejandro Lembke Barrientos 2023-10-12 00:54:03 +00:00
parent 099a16d011
commit 016c835b4e

View File

@ -1,15 +1,15 @@
# Create React Component Library # Create React Component Library
This project aims to have a starter kit for creating a new React Library with storybook. This project is a React Library with storybook for a List App.
## Setup ## Setup
To create a new project run in the terminal: First clone the repo:
``` ```
npx @aleleba/create-react-component-library react-library git clone git@github.com:aleleba/react-list-ui-library.git
``` ```
Then run: Then run:
``` ```
cd react-library cd react-list-ui-library
``` ```
You will need to create a new .env file at the root of the project for global config. You will need to create a new .env file at the root of the project for global config.
This is an exaple of config. This is an exaple of config.