Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 183 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 183 Bytes

todolist-MERN

  • install required library

    • npm i or npm install
  • Start this project

    • npm run start
  • Build

    • npm run dev
  • Build and Start

    • npm run start-dev