/todoapp

Primary LanguageTypeScript

Todo App

A simple, to-do list built with React.

Tech Stack

External UI Libraries Used

Setup

  • Clone the repo:
$ git clone https://github.com/ahmtxonly/todoapp.git
  • Go to the project directory and install dependencies:
$ cd todoapp && npm install --force
  • Go to the project "backend" directory and install dependencies:
$ cd todoapp && cd backend && npm install
  • To start backend api run the command:
$ cd todoapp && cd backend && npm run build && npm run start
  • And to view the project on browser run the command:
$ cd todoapp && npm run start
  • And go to localhost:3000