html5-periodic-table icon indicating copy to clipboard operation
html5-periodic-table copied to clipboard

How To Generate index.html ?

Open yourNameIsGood opened this issue 5 years ago • 1 comments

Hi Mike,

I'm totally new to HTML5 and JS and I assume that the index.html is generated by a script/program or something like that with the CSS, js files lie in the src directory.

May I know that how am I supposed to run the script properly to make this happen?

yourNameIsGood avatar Sep 22 '19 03:09 yourNameIsGood

Hello @yourNameIsGood

This repository is a Node.js project since we can see package.json, in which Node.js package information is, on the root directory. So basically, you can build by following steps:

  • Install Node.js.
  • Run npm install command on the root directory.
  • Run npm start command which is defined in package.json's scripts section.

shuuji3 avatar Jan 02 '20 08:01 shuuji3