Skip to content

gillkyle/synthetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthetic

A client-side React app for discovering music

Setup

Clone this repo to your desktop and run npm install or yarn install to install all the dependencies.

Deployment

Run npm run build or yarn build to create the build folder for deploys

You can run the build files on a static server by first installing serve

npm install -g serve

and then running:

npm install -g serve
serve -s build

Built With