Skip to content

nsanzimfura-eric/coffee-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-shop

image Screenshot 2024-02-19 105319

This project was built with Turbo 360. To learn more

Instructions

After cloning into the repo, cd to the project root directory and install dependencies:

$ npm install

To run the dev server, install Turbo CLI globally:

$ sudo npm install turbo-cli -g

Then run dev server from project root directory:

$ npm run serve

This will run a command script in package.json: "turbo devserver"

To build for production, run build:

$ npm run build