A Google Calendar inspired planner created using React.
The current state can be demoed on my site.
To start the development server, run npm run start. src/ files can be edited.
'build/' and 'dist/' coming.
| Command | Description |
|---|---|
npm install |
Installs all dependencies. (Windows: may need to run 'npm install --dev' to also install dev dependencies) |
npm run start |
Starts development server with hot reloading. |
npm run build |
Minifies code and outputs files to 'dist/'. |