Web application workshop for AEC Tech 2019: Seattle
- Run
npm i gulp -g
, which you'll need to run this locally. - Install a text editor such as Atom to read and manage the files.
- Open a console window and run
gulp
to "compile" files and watch changes to the files. - Open another console window and run
npm start
to start a web server that will run the web application.