Skip to content

matttbc/locoloco

 
 

Repository files navigation

LocoLoco Kitchen Frontend

Technologies used:

Install

yarn install

Development Startup

In order to run the client in development mode, open a terminal window and type (any change into the code will rebuild the code):

yarn start

Now open http://localhost:8080/ in a browser.

Deployment

In order to deploy the app, run the following commands:

yarn install
yarn build

Tests

To run the tests and check the coverage run

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 3.1%
  • HTML 0.7%