conr-g / waiting-room

1 stars 1 forks source link

Set up folder structure for front end project #35

Closed vijar50 closed 5 years ago

vijar50 commented 5 years ago

Create the folder structure for the React App.

The contents of the react app will consist of: component files, component unit tests and html files.

The folder structure will likely be something like:

common/
  Avatar.js
  Avatar.css
  APIUtils.js
  APIUtils.test.js