react-todo
React Todo UI Example
- 'npm run setup'
- 'npm start'
Base Starter kit Project Information
Taken from React Slingshot! : https://github.com/coryhouse/react-slingshot.git`
React Slingshot is a comprehensive starter kit for rapid application development using React.
Get Started
- Initial Machine Setup. First time running the starter kit? Then complete the Initial Machine Setup.
- Run the setup script.
npm run setup
- Run the example app.
npm start
##Initial Machine Setup If you have issues with the initial setup review the Slingshot base project: https://github.com/coryhouse/react-slingshot.git.
- Install Node 4.0.0 or greater - (5.0 or greater is recommended for optimal build performance). Need to run multiple versions of Node? Use nvm.
- Install Git.