Determine in which component each piece of state should live
Hard-code initial states
Add inverse data flow
Add server communication
Start new project
npm start
# Starts the development server.
npm run build
# Bundles the app into static files for production.
npm test
# Starts the test runner.
npm run eject
# Removes this tool and copies build dependencies, configuration files
# and scripts into the app directory. If you do this, you can’t go back!
# 1. in the root of your project
npm install semantic-ui
# 2. choose instal location: `public/semantic-ui`# 3. Select your theme and configure other variables here: `semantic-ui/src/site/globals/site.variables`# 4. After completion navigate to public/semantic-ui and run "gulp build" to buildcd public/semantic-ui
gulp build
Labels
<divclass="ui action input"><inputtype="email" placeholder="[email protected]"><divclass="ui primary button">Subscribe</div></div><divclass="ui action input"><inputtype="text" placeholder="taylonr" ><buttonclass="ui red right labeled icon button"><iclass="trash icon"></i>
Delete user
</button></div><divclass="ui corner labeled input"><inputtype="text" placeholder="Name..." /><divclass="ui corner label"><iclass="red asterisk icon"></i></div></div><divclass="ui right labeled input"><divclass="ui label">$</div><inputtype="text" placeholder="Amount"><divclass="ui basic label">.00</div></div>