Skip to content

DrVonDevious/quicksilver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSilver

is a single page web application designed to help front-end web developers rapidly prototype web components and see changes made to them on the fly. Users can also import Javascript, CSS, and HTML into the app, as well as export their code to a Zip file containing their code as well as a pre-written React JSX component with the HTML injected into it. Menus are draggable and resizable and the results of the user generated code can be toggled between a desktop and a mobile version.

How To Use

  • Make sure you have both ruby and node installed on your computer
  • clone this repository down to your local system
  • cd into the server directory and run bundle install
  • Then in the same directory run rails server -p 3000
  • cd into the client directory and run npm install
  • Then in the same directory run npm start

QuickSilver Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published