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
318 stars 90 forks source link

Feat/client vite setup #37

Closed yaldram closed 2 years ago

yaldram commented 2 years ago
yaldram commented 2 years ago

@saloni137 I have created this pull request please check.

yaldram commented 2 years 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 2 years ago

@yaldram great. thanks

saloni137 commented 2 years ago

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