Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

License

NotificationsYou must be signed in to change notification settings

philipwalton/solved-by-flexbox

Repository files navigation

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

View Site

Viewing the Site Locally

The Solved by Flexbox site can be built withNode.js. If you have Node.js installed on your system, you can run the following commands to build and serve a local copy.

# Clone the git repository and cd into the cloned directory.git clone https://github.com/philipwalton/solved-by-flexbox.gitcd solved-by-flexbox# Install the dependenciesnpm install# Build and serve the site at http://localhost:4000npm start

This starts up a local server on port 4000. To view the site in your browser, navigate tohttp://localhost:4000. If you want to use a different port, you can pass the port number as an argument tonpm start:

npm start -- -p 8080

In addition to building the site and serving it locally, this will also listen for any changes and rebuild the site as needed. This allows you to play around with the code, refresh the browser, and see your changes instantly.

Translations

The following translations have been graciously provided by the community:

Please note that translations are unofficial and may be inaccurate or out of date. To submit your own translation, please submit apull request oropen an issue and link to your translated content.

About

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors21


[8]ページ先頭

©2009-2025 Movatter.jp