Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 741 Bytes

marketboard

A concept website that shows FFXIV marketboard information using XIVAPI. Written in Basic Javascript.

Demo

Dev Setup:

You need NodeJS install on your computer, go do that!

Then you need a few libraries:

And now to get started developing, I usually open 2 terminals and run the following:

  • Run Webpack Watcher: webpack --watch --mode development
  • Run Live Server: live-server

Now try go to: (when you run live-server it should open the site for you