Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

BayviewComputerClub/smoothie-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoothie-react

The new(?) user interface for Smoothie (built in React).

because splitting up work is better:tm: (maybe)

Uses smoothie-web as a backend, make sure to have that running.

Running it

Make sure you have the latest NodeJS LTS, and Yarn installed.

yarn # Install dependancies, you only need to run this once.
yarn start # Starts the development server on localhost:3000

To create a production build, run yarn build.