A simple React application implementing a tree-like Restaurant Menu with some basic tests using Enzyme.
- React
- Enzyme for Testing
clone the repo
git clone https://github.com/ochomoswill/react-simple-restaurant-menu.git
install node modules
npm install
After creation, your project should look like this:
react-simple-restaurant-menu/
node_modules/
public/
src/
assets/
routes/
data/
component/
component1/
component.js
component.test.js
...
index.js
.gitignore
package.json
README.md
npm test
npm start
npm run build