Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Generate index.html ? #10

Open
yourNameIsGood opened this issue Sep 22, 2019 · 1 comment
Open

How To Generate index.html ? #10

yourNameIsGood opened this issue Sep 22, 2019 · 1 comment

Comments

@yourNameIsGood
Copy link

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?

@shuuji3
Copy link

shuuji3 commented Jan 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants