Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.16 KB

Todo App

Todo App with Vite, React and Bootstrap

Demo

To get the project, clone the repo

git clone https://github.com/mattsahr/todo-example todo-example

Pre-requisites

The app installs correctly on node version 18.16.1 It might work with older/newer versions of node.

You can use nvm to manage various versions.

https://github.com/nvm-sh/nvm

Installing nvm on Windows

If you plan to use NVM, you will get better results if you first REMOVE all versions of node. Then install NVM, and then let NVM install specific versions that you want.

nvm list
nvm install 18.16.1
nvm use 18.16.1

Installing the app

CD into the directory where you installed the todo app. And then run:

npm install

And then, to run the project:

npm run dev

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details