- Drag with your mouse and create regions in a given floor plan.
- Regions are saved in the client browser's Local Storage => Regions stay even within a browser refresh!
- Written in ES6/ES2015 Javascript.
- Stylesheets written in SASS.
- Uses Gulp for transpiling and bundling workflows.
- Clone the repo with
git clone https://github.com/sreejithr/floor-plan.git
. cd floorplan && npm install
. Wait for the install to complete.- Now do
npm install -g gulp
to install Gulp which helps in transpiling ES6 and SASS. - Now do a
gulp && gulp serve
. Openhttp://localhost:8000
to see the app (debug mode).