TreeRoute landing page.
- First, ensure that
node.js&npmare 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.
- This template comes with a ready-to-use package file called
package.json. You just need to runnpm installto install all of the dependencies into your project. - When
npmhas finished with the install, runnpm run buildto recompile thestyle.cssfile in the root directory.
You're ready to go! The most useful task for rapid development is npm run dev, which rebuild the CSS every time you make a change in the HML or JS files.