/community-dashboard

A challenge posed by TeachFX: To build the MVP of their Community Dashboard.

Primary LanguageJavaScript

Community Dashboard

A challenge posed by one of the startups I applied for: To build the MVP of their Community Dashboard.

Running the project

  1. Install dev dependencies: npm install --save-dev @babel/core @babel/plugin-proposal-class-properties @babel/plugin-proposal-decorators @babel/plugin-syntax-dynamic-import @babel/preset-env @babel/preset-react @babel/polyfill "babel-loader@^8.0.0-beta" html-webpack-plugin webpack webpack-cli webpack-dev-server
  2. Install regular dependencies: npm install --save react react-dom react-router-dom
  3. Create a data folder in root folder (tfx-com-dash): mkdir data. Add the users.json & recordings.json file to that folder.
  4. Run the project: npm run dev