# iphone-se-rotation **Repository Path**: codingstartup/iphone-se-rotation ## Basic Information - **Project Name**: iphone-se-rotation - **Description**: Source code for tutorial crafted by CodingStartup - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://space.bilibili.com/451368848 - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2020-06-10 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apple iPhone SE - Rotation This project is created by **CodingStartup** as a tutorial. Tutorial video can be found here: - YouTube: [https://www.youtube.com/watch?v=JG09YV_VuAI](https://www.youtube.com/watch?v=JG09YV_VuAI) - BiliBili: [https://www.bilibili.com/video/BV1JA411t7E9](https://www.bilibili.com/video/BV1JA411t7E9) CodePen version of this project can be found at [https://codepen.io/stevenlei/pen/wvKYwgZ](https://codepen.io/stevenlei/pen/wvKYwgZ). ## Installation Ensure you have a recent version of [node & npm](https://nodejs.org/en/download/) or [yarn](https://yarnpkg.com/en/docs/install) installed. All of the following steps run on the command line within this directory. You can substitute `npm` for `yarn` depending on your preferences. Install all the necessary packages: ``` npm install ``` ## Build To build for distribution: ``` npm run build ``` All of the final output will be dropped into the [/dist/](./dist) folder. ## Server Run a local server that will automatically compile your code & refresh when you save a change! ``` npm run serve ``` --- ## CodingStartup Channels Please subscribe to my channel, thank you for your support! - YouTube Channel: [https://www.youtube.com/codingstartup](https://www.youtube.com/codingstartup) - BiliBili Channel: [https://space.bilibili.com/451368848](https://space.bilibili.com/451368848)