To do list built with ReactJS
- Fork this repo
- Clone your forked copy of this repo
git clone https://github.com/[Your Username]/to-do-list.git
- Change directory into the newly cloned repo
cd to-do-list
- Install dependencies
npm install
- Start dev server
npm start
- Open a browser and navigate to
localhost:3000
- Run webpack to bundle files
npm run bundle
NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.