Skip to content

ochomoswill/react-simple-restaurant-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Ant Design Sample App

A simple React application implementing a tree-like Restaurant Menu with some basic tests using Enzyme.

Tools Used

  • React
  • Enzyme for Testing

Installing

clone the repo

git clone https://github.com/ochomoswill/react-simple-restaurant-menu.git

install node modules

npm install

Folder Structure

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

Test the project

npm test

Run the project

npm start

Building the project

npm run build

About

A simple React application implementing a tree-like Restaurant Menu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published