https://github.com/fusionchartsexpress/JavascriptHeatmapCharts
https://github.com/fusionchartsexpress/JavascriptHeatmapCharts
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fusionchartsexpress/JavascriptHeatmapCharts
- Owner: fusionchartsexpress
- License: mit
- Created: 2021-06-07T22:34:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T22:34:11.000Z (over 4 years ago)
- Last Synced: 2024-08-01T21:44:32.922Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - Javascript Heatmap Charts
README
# Step 1 Install Webpack and FusionCharts
Create a main directory for the project. Switch to the project directory. Type the following at the console:
```
npm i -D webpack-dev-server html-webpack-plugin path webpack-cli fusioncharts
```
# Step 2: Make src+dist Directories and Create index.js
Entry point for the code is index.js file.
# Step 3: Create webpack.config.js in the main directory
# Step 4: Start the webpack server
At the console type:
```
npx webpack serve --mode=development
```
#Step 5: View your app
View your app in the browser by typing localhost:8080