DEV Community

Devansh Singh Parmar
Devansh Singh Parmar

Posted on

Create your react TODO app!

To get started, Create a folder, open it in terminal and type

npx create-react-app todo-app

cd todo-app

npm start

Easy and simple, Let's Get Started

You can download the source code, from Link
and edit in your code, easy and simple, Let's start it using

npm start

command, you will see it in browser, and all set! run

npm run build

command to deploy it on any platform, easy!!
If any query, comment down,
Thank you!

Top comments (0)