Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 302 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 302 Bytes

moonTest

A Moon App

File Structure

  • The main HTML page is located in index.html
  • Styles are in css/styles.css
  • All javascript code is in js/scripts.js

Running

# Install dependencies
$ npm install

# Run Dev Server
$ npm run dev

# Build for Production
$ npm run build