Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 286 Bytes

SvelteKit + NodeJs CRUD

Front-end

In root directory,

npm install

npm run dev

Back-end

In backend directory

npm install

# or start the server and open the app in a new browser tab
npm start

Before run Back-end, don't forget installing MongoDB