1.0.12 • Published 1 year ago

@tactileai/common v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

This is common library project module bootstrapped with Create React App.

Getting Started

  1. Install any dependencies:
npm run install
  1. Run the development server:
npm start
  1. Building the module:
npm run build
  1. Publishing the module on npm
npm login
npm publish --access public
  1. Using the module locally
npm run build
npm pack # This outputs a .tgz file that you will need to have reference to for installing

# In another project
npm install <path-to-packed-output>
  1. Using the module remotely
npm install @tactileai/common

Open http://localhost:3000 with your browser to see the result.

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago