minaz912 / todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos App

How To Run:

  • install node.js version > 6 (version 8 is preferred). link
  • install mongodb. link
  • clone the repo by running git clone git@github.com:minaz912/todos.git if you're using git, or download the zip archive and extract.
  • cd into the project directory and run npm install or yarn.
  • cd into the client directory inside the project directory and run the same command you just ran.
  • start mongodb.
  • from the project directory, open a terminal and run npm run start-all or yarn run start-all
  • the app should open in your browser automatically, or just view it by visiting http://localhost:3000

About


Languages

Language:JavaScript 81.5%Language:CSS 12.4%Language:HTML 6.1%