Landing page template - based off Laurel
- First, ensure that node.js & npm are both installed. If not, choose your OS and installation method from this page and follow the instructions.
- Next, use your command line to enter your project directory.
- Run
npm install
to install all of the dependencies.
You're ready to go! Run by typing npm run watch
. It will start a new server, open up a browser and watch for any SCSS or JS changes in the src
directory; once it compiles those changes, the browser will automatically inject the changed file(s)!