@troyblank/food-how-components
v0.5.1
Published
React components for food-how.
Downloads
8
Readme
Food How Components
These are react componets for the Food How project. This also serves to demo and browser test the components.
Requirements
- Node: 5.10.1
Setup
You will want to install all required node packages:
npm install
To generate the static assets and run the site:
npm start
If you want to develop this will watch and compile static asset changes
grunt watch
Test
npm test