DEV Community

Cover image for 

Custom Data Studio Viz - Part 2: Critical
HM
HM

Posted on

Custom Data Studio Viz - Part 2: Critical

[CRITICAL] Adjustments to the boilerplate for development & deployment

To start developing your project, you can type in npm run start, as this will open up a localhost server for you to develop the viz, with live-reloading.

However, as up 2021-08-01, the current boilerplate generated by npx @google/dscc-gen viz will not allow you to do npm run start or npm run build:dev yet. This is covered in a Github Issue right now.

The comment by @sesi wrapped the solution beautifully. While it is never recommended that you make changes to node_modules folder, it is a quick and dirty fix that make our life easier for now.

Top comments (0)