How to install tabler/tabler. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tabler/tabler Installation Guide
How to install tabler/tabler. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tabler/tabler. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tabler/tableror
Install via npx
npx @hexmos/ipm i tabler/tablerPrerequisites
Node.js
languageVersion: 16.x.x
npm
package_managerVersion: 8.0.0
pnpm
package_managerVersion: 12.x.x
Docker
system_toolFor building and running the Tabler application in a container.
Git
system_toolVersion: 2.x.x
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Docker Compose
docker build -t tabler . && docker run -p 3000:3000 -p 3001:3001 -v $(pwd)/src:/app/src tabler
pnpm install
pnpm run startPackage Manager (NPM)
npm install -g @tabler/core
npm install
npm run startPackage Manager (PNPM)
pnpm install
pnpm run startPackage Manager (Yarn)
npm install -g @tabler/core
npm install
npm run startSource Code (Git)
npm install
npm run startSource Code (Zip)
npm install
npm run startPost Installation Steps
- Open your browser and navigate to http://localhost:3000 to view the dashboard.
- To access the API, you can use the following endpoint: http://localhost:3001/api/v1/
- You can now start using Tabler!
