The client is a SPA application, using Vue, Materialize, Webpack and others.
Link to the server application: https://github.com/PKravchenko-ki16/FUL_REST_API_JSON_Server_ASP.NET_Core
- Login page
- Home page
- Create project
- Integration with todoist
# install dependencies
npm or yarn install
# serve with hot reload at localhost:8080
npm or yarn run dev
# build for production with minification
npm or yarn run build
# build for production and view the bundle analyzer report
npm or yarn run build --report