Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrdavis authored Mar 25, 2024
1 parent 65e3251 commit 470785a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Todo List App

A todo list app made with React JS and Vite

### Run the application

For install all the dependences:
- Open the project in Visual Studio Code (or some IDE you like the most);
- Press `ctrl + "` to open the terminal;
- Enter: `npm install`;

Run the application:
- Enter: `npm run dev`

0 comments on commit 470785a

Please sign in to comment.