You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: