Skip to content

Commit

Permalink
feat(DEV-22): make the project yarn based
Browse files Browse the repository at this point in the history
  • Loading branch information
hhimanshu committed Jun 30, 2021
1 parent 3688502 commit cb4562e
Show file tree
Hide file tree
Showing 5 changed files with 12,184 additions and 19,328 deletions.
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
- Support for Storybook

### Commands
- `npm i` to install dependencies.
- `npm start` to develop locally.
- `npm test` to test and see the code coverage.
- `npm run build` to create a production build.
- `npx serve dist -l 6666` to serve production build on port `6666`.
- `npm run storybook` to start storybook in development mode.
- `npm run build-storybook` to create production build for storybook.
- `npx serve storybook-static -l 5858` to serve production build for storybook on port `5858`.
- `yarn install` to install dependencies.
- `yarn start` to develop locally.
- `yarn test` to test and see the code coverage.
- `yarn build` to create a production build.
- `yarn lint` to lint your code using `eslint`.
- `yarn start-prod` to serve production build on port `5000`.
- `yarn storybook` to start storybook in development mode.
- `yarn build-storybook` to create production build for storybook.
- `yarn start-prod-storybook` to serve production build for storybook on port `5858`.
Loading

0 comments on commit cb4562e

Please sign in to comment.