-
Create an Angular project: ex. ng new sample-project
-
CD into your new project: cd sample-project
-
Run the ng server: ng serve -port 4200
-
Browse to http://localhost:4200
-
Code Export your sample.webflow.zip from Webflow
-
Drag & drop your sample.webflow.zip into the box
-
Press Create and then Download (when ready)
-
Unzip the sample.freeformjs.zip file
-
Stop the ng server (ctrl-c)
-
Delete the currently existing /src: rm -rf src
-
Move the new /src directory into the sample-project
-
Run the ng server: ng serve -port 4200 (again)
-
Browse to http://localhost:4200
-
Inspect the converted code with your editor!