Emportal is an Employees management portal written in Vue using Nuxt technology
This project is an university project with specific requirements:
- RWD
- PWA
- SSR
In order to test the offline saving using the ServiceWorker, a simple memory-database based backend service written in express
The next requirement for this project was to prepare the mockups in Figma. Link for it is here: https://www.figma.com/file/EXMJ4mC9NEw9CkcZz1bOVp/Untitled?type=design&node-id=171%3A2249&mode=design&t=DGXH6AxgLwTQD5nC-1
In order to run Emportal locally you need to follow these steps:
- Enter /backend directory and run
yarn / npm install
- Enter /frontend directory and run
yarn / npm install
- Run everything using the single command available from the top directory
npm run dev