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
- 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
- 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
- Build the project
npm run build
- The build files will be created in the
dist/
folder.