@nofrixion/components
v0.0.20
Published
NoFrixion Web Components is a collection of web components that can be used to build financial applications. It is built to use with the [NoFrixion API](https://www.nofrixion.com/)
Downloads
7
Keywords
Readme
NoFrixion Web Components
NoFrixion Web Components is a collection of web components that can be used to build financial applications. It is built to use with the NoFrixion API
💻 Requirements
🚀 Getting Started (React components)
- Clone the repository
git clone [email protected]:nofrixion/nofrixion.webcomponents.git
- Install dependencies
npm install
- Start the development server
npm run dev
- Open the browser at http://localhost:6006
🚀 Getting Started (Web components)
- Clone the repository
git clone [email protected]:nofrixion/nofrixion.webcomponents.git
- Install dependencies
npm install
- Start the development server
npm run dev-web
- Open the browser at http://localhost:6007
📦 Building
- Build the project
npm run build
- The build files will be created in the
dist/
folder.
📃 Code Style
The code style is enforced by ESLint and Prettier.