Unable to run project locally for development
erangeles opened this issue · 2 comments
erangeles commented
hello @vgiselbrecht , I want to run the project locally in development, however when i run command grunt watch
, it does not start any web server where i can access the project. how do I run this project so I can see the application running? i.e npm start
vgiselbrecht commented
Hey @erangeles, my npm package does not include a own webserver for development. Ideally you add a local webserver to the dist directory which ist created after "grunt deploy", With "grunt watch" it only compile the code of the changed project files in to the dist directory. I have now written it more clearly in to the README file.
erangeles commented
@vgiselbrecht thanks for the response and clarification. I will now close this issue.