In the project directory, you can run:
React JS project, mainly for practice - components, props, state, hooks, API etc
- TBU
git clone https://github.com/zacharychoi-ce/react-todo-list.git
npm install
Set up in package.json: "server": "json-server --watch db.json --port 5000" So runs port 5000
npm run server
On a new tab (react dev server)
npm start
Above will automatically open browser, but if needed: On browser, open http://localhost:3000