The required dependencies and known working versions for this project.
- Look at the
package.json
for project dependencies.
Install all global project dependencies. This list denotes starting from a blank slate. First install node for your machine. Node will install with npm.
gem install sass
Install all local project dependencies via the package.json
file.
npm install
Watch and compile static assets for the project. Webpack and node will compile Javascript and Sass into the assets folder.
npm start