Skip to content

MyHomeworkSpace/client

Repository files navigation

client

Tests Style Created by the MyHomeworkSpace Team

This repository is the MyHomeworkSpace client, which runs at https://app.myhomework.space.

Related

Setting up

  1. Make sure you've done the api-server setup first.
  2. Clone this repository to your computer, and open a terminal to that folder.
  3. Run npm install.

If you're working on the app, the Preact DevTools (Firefox/Chrome/Edge) can be helpful.

Running

To start Webpack, just run npm run dev. This will start the development server, listening at port 9001.

If you followed the api-server guide, this should be available at http://app.myhomework.localhost.