Skip to content

Latest commit

 

History

History

menu-with-auth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Menu with auth sample

This example shows the authorization functionality of a menu component.

The project was bootstrapped with Create React App with npx create-react-app menu-with-auth --template insulo.

Using this example:

git clone https://github.com/bbakunowicz/insulo.git
cd insulo/samples/menu-with-auth
yarn install && yarn start

or

git clone https://github.com/bbakunowicz/insulo.git
cd insulo/samples/menu-with-auth
yarn install && yarn build && serve -s build