0.0.10 • Published 2 years ago
juanjomartin95-lib v0.0.10
JuanjoMartin95 - Lib
Installation and setup
Project installation
First, you must be sure you have nvm
installed to select and install
automatically the correct node version for the project.
Then, you can continue with the following commands in order:
# Clone the repo
git clone git@github.com:juanjomartin95/juanjomartin95-lib.git
# by HTTPS: https://github.com/juanjomartin95/juanjomartin95-lib.git
cd juanjomartin95-lib
# install and use node version needed
nvm install; nvm use
# install node dependencies
npm install
Usage
Run development environment
npm run dev
Run storybook
npm run storybook
Run unit tests
npm test