DhiWise / dhiwise-nodejs

DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
https://dhiwise.com
Apache License 2.0
312 stars 87 forks source link

Feat/client vite setup #37

Closed yaldram closed 1 year ago

yaldram commented 1 year ago
yaldram commented 1 year ago

@saloni137 I have created this pull request please check.

yaldram commented 1 year ago

@saloni137 , for the eslint error, I remember when I upgraded my project from create-react-app to vite I just got rid of eslint packages and re-installed them from scratch. This has 2 benefits, first you get rid of version mismatch. Second all the eslint packages are now updated to the latest version. Because you are using a monorepo I had doubts, so the eslint I leave it onto you.

saloni137 commented 1 year ago

@yaldram great. thanks

saloni137 commented 1 year ago

I will check the linting issues and packages to work with vite