1.0.12 • Published 3 years ago
@tactileai/common v1.0.12
This is common library project module bootstrapped with Create React App.
Getting Started
- Install any dependencies:
npm run install- Run the development server:
npm start- Building the module:
npm run build- Publishing the module on npm
npm login
npm publish --access public- 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>- Using the module remotely
npm install @tactileai/commonOpen http://localhost:3000 with your browser to see the result.