This project uses:
First, clone this repository and install the dependencies:
git clone https://github.com/virginiarcruz/shelter-buddy.git
yarn
So, run the development server:
yarn dev
Open http://localhost:3000 to see the result.
To run a storybook version:
yarn storybook
Open http://localhost:6006 to see the result.
yarn dev
: runs your application onlocalhost:3000
yarn storybook
: runs storybook onlocalhost:6006
yarn lint
: runs the linter in all components and pagesyarn test:watch
: runs jest in watch modeyarn test
: runs jest to test all components and pagesyarn build
: creates the production build versionyarn start
: starts a simple server with the build production code