mknmohit / react-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Demo

See the live demo at todos-dev.netlify.app

🔧 Setup Project

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
  2. Clone this repo using git clone https://github.com/mknmohit/react-todo.git
  3. Move to the appropriate directory: cd react-todo.
  4. Run npm install in order to install dependencies.
  5. Run npm start to see the app at http://localhost:3000.

🚀 Production Build

  1. Run npm run prebuild to clean the older builds
  2. Run npm run build to make the production build in the build/ directory

About


Languages

Language:JavaScript 89.6%Language:HTML 10.4%