LinesToLayout
A simple layout switch example where we go from a typography row view with inline images to a large image preview with more content.
File Explorer
Download Latest Version (.zip)- 1.1770e3b3.jpg
- 2.07ca36b5.jpg
- favicon.a64e97b2.ico
- index.b5e7c14d.js
- index.d73f7ad5.css
- index.e9a2d1b4.js
- index.html
- base.css
- 1.jpg
- 2.jpg
- cursor.js
- index.js
- utils.js
- favicon.ico
- index.html
- .gitattributes
- .gitignore
- LICENSE
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/codrops/LinesToLayout
Downloads the entire project code from GitHub to your computer.
cd LinesToLayout
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
