Toiler
A gantt chart project for scheduling
Start your scheduling with a Free web app. Let Toiler amaze you with its cool features and get your project to a whole new level.
- It's based on Svelte and Tailwind CSS
- It uses Highcharts for rendering svg-based gantt chart
- It can show activities by heritage or Kanban-like view
- Provides drag and drop in Gantt view
- Exporting data as PNG, Excel, PDF
Building Frontend
- Install NodeJS LTS version from NodeJs Official Page
- Download the product on this page
- Unzip the downloaded file to a folder in your computer
- Open Terminal
- Go to your file project (where you’ve unzipped the product)
- (If you are on a linux based terminal) Simply run
npm run install:clean
- (If not) Run in terminal
npm install
- (If not) Run in terminal
npm run build:tailwind
(each time you add a new class, a class that does not exist in src/assets/styles/tailwind.css
, you will need to run this command)
- (If not) Run in terminal
npm run build:fontawesome
- (If not) Run in terminal
npm run dev
- Navigate to https://localhost:5000