Skip to content

Doctorinna/frontend

Repository files navigation

Doctorinna-Frontend

Codacy Badge codecov

This repository is place for Doctorinna frontend project. It is built using next js framework on react, with redux as state manager and material ui components. Project is written on typescript to allow code completion and catching bugs more easily. Current version is just layout of a SPA.

Getting Started

For project I use Node.js 14, but most of packages are working on different versions of node, if you have a problems with sass check supported versions and use different version of node/node-sass(edit package.json and package-lock.json) package

To learn your version of node run:

node --version

To install dependencies run:

npm install
# or
yarn install

To run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

MVC

MVC of applicatiom is deployed to vercel platform that already has CI.

But unfortunately, vercel only permit https, so it isn't integrated with backend yet. It works locally though.

You can see the app here https://doctorinna.vercel.app/