Closed mortend closed 3 years ago
This adds package.json with scripts to make it easier to work on this project locally. For example:
npm install npm start
This will build HTML pages and start a webserver at http://localhost:8080/
Also adds some more scripts and options for advanced usage.
@Anagrr I think with this one it will be easier for you to test locally :)
This adds package.json with scripts to make it easier to work on this project locally. For example:
This will build HTML pages and start a webserver at http://localhost:8080/
Also adds some more scripts and options for advanced usage.