0.0.20 • Published 2 years ago
@nofrixion/components v0.0.20
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 git@github.com: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 git@github.com: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.