ufosc / GatorWiki

A student-managed wiki for the the Department of CISE at the University of Florida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialize Front End Structure

awhigham9 opened this issue · comments

Setup the front end portion of the project. All front end files should be stored in a sub-directory relative to the root.

The directory should be initialized for a multi-page React app. The setup should include the following:

  • Dependency management (npm standard)
  • Documentation, including:
    • Build (if applicable)
    • Run
    • Install dependencies
  • Runnable React app (just the basic "hello world" is fine)

Anyone with front end knowledge, please comment any more necessary setup requirements.