Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 575 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 575 Bytes

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