A simple react todo for demo purposes.
This app was bootsrapped with create-react-app
Follow these instructions to get a copy of the project up and running on your local machine.
To run this project you need the following software installed on your system:
- node.js and npm. Run
node -v
andnpm -v
on the terminal window to check if you have node and npm.
Open a terminal window and:
$ cd ~/Sites #or wherever you keep your projects
$ git clone https://github.com/Naxus28/simple-react-todo.git
$ cd simple-react-todo
$ npm install #installs dependencies
$ npm run build #builds app for production
$ npm run start #serves app (http://localhost:3000/)