kady-z / CoffeWebsite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee-shop

This project was built with Turbo 360. To learn more, click here: https://www.turbo360.co

Instructions

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

$ npm install

To run dev server, install Turbo CLI globally:

$ sudo npm install turbo-cli -g

Then run devserver from project root directory:

$ turbo devserver

To build for production, run build:

$ npm run build

About

License:MIT License


Languages

Language:JavaScript 98.4%Language:Mustache 1.6%