This repository is the MyHomeworkSpace client, which runs at https://app.myhomework.space.
- MyHomeworkSpace/api-server - the API server, which this client talks to
- MyHomeworkSpace/website - the main website, at https://myhomework.space
- Make sure you've done the api-server setup first.
- Clone this repository to your computer, and open a terminal to that folder.
- Run
npm install
.
If you're working on the app, the Preact DevTools (Firefox/Chrome/Edge) can be helpful.
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.