Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 414 Bytes

Grunt Environment

For dxw front-end work simulation

Getting Started

  1. Make sure nodejs and npm are both installed.
  2. Fork the project on GitHub and clone the repository locally.
  3. Run npm install in the project root.
  4. Run grunt to automatically watch for changes to your styles.
  5. Run open ./build/index.html to open the file in your browser.