Skip to content

Get to know how CSS Flexbox works with this interactive web app

Notifications You must be signed in to change notification settings

aashwath/layouter

Repository files navigation

Layouter

Layouter Screenshot

A web app for understanding how the CSS Flexbox layout works

Click here to start playing around.

Made with Angular and Angular CLI version 8.0.2, Angular Material and Bootstrap version 4.3.1

After cloning the repo...

Open the command line in that directory and run npm install. Once done, run ng s --o for initiating a dev server and initializing the app on the browser at http://localhost:4200/. The app will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.