Skip to content

fusionchartsexpress/JavascriptBitcoinCharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps For Creating Historical Bitcoin Charts Using FusionCharts

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

The final directory structure looks as follows:

Project Directory Structure

Step 4: Start the webpack server And View The App

At the console type:

npx webpack serve --mode=development

View your app in the browser by typing localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published