@st-arete/spa-tictactoe-game
v1.0.1
Published
React component that renders Tic Tac Toe game component.
Readme
COMPONENT : Tic Tac Toe
How to get the package from privately hosted repository.
Step 1
Go to user home directory and create .npmrc file with following content
registry=http://nexus.sharad.co.uk/repository/npm-releases/
Step 2
Login to privately hosted repositories using below commands
npm login --registry http://nexus.sharad.co.uk/repository/npm-releases/
npm login --registry http://nexus.sharad.co.uk/repository/npm-releases/ --scope=@whitelabel
Step 3
Now, feel free to build the project.
Go to project home directory and run the below command to install
npm --loglevel=info install
Step 4
Now, feel free to run the storybook of the project.
Go to project home directory and run the below command to install
npm --loglevel=info run storybook
Step 5
Now, if the component is completed, then it must be built before publishing it in Nexus Repo.
Go to project home directory and run the below command to build it.
npm --loglevel=info run build-lib
Step 6
Once build is completed. Now you can publish the project.
Go to project home directory and run the below command to publish
npm --loglevel=info publish
