Clone repository
git clone [email protected]:SKornya/frontend-project-12
Install dependencies
make install
For development run server and frontend
npx start-server & npm -C frontend start
For build projects first build frontend part, run command
npm run build
then run server
npm run start