HTML5 template with CSS, JavaScript, Chart.js, images, and fonts support. The build tool is included (CSS and JS optimization support).
npm install jewel-cloud1-constance-flatleyHTML5 template with CSS, JavaScript, Chart.js, images, and fonts support.
The build tool is included (CSS and JS optimization support).
- Node.js
- npm
``npm install`
` npm run start `
` npm run build `
Run index.html file (dist/index.html).
You can use the Live server to run index.html.
#### JavaScript entry point
Edit package.json file.
Change the entry point here.
` "main": "src/js/script.js",`
#### Output directory
Edit webpack.config.js file.
Change the output directory here.
`path: path.resolve(__dirname, "dist"),``