KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
motion-academy
★ 20
Open GitHub ↗
前端动效魔法学院教程源码
Download README (.md)
Explore Similar Repositories
Expert-Delphi_Second-edition
:
, published by Packt
diff_detect
:
Change detection over time for URLs
Food-Restaurant-website
:
No description available.
a-practitioners-guide-to-the-ONC-algorithm
:
Code base for the practitioner's guide to the ONC algorithm paper published with the Journal of Financial Data Science
me-python-concurrency-with-asyncio
:
[Book] Python Concurrency With Asyncio by Matthew Fowler
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
motion-academy
?
Download (.md)
## Cali 前端动效魔法学院  克隆到本地以后安装 npm 依赖: ```bash pnpm install # 或者 npm install ``` 然后开启本地服务器: ```bash pnpm dev # 或者 npm run dev ``` 在浏览器中打开 [http://localhost:3000](http://localhost:3000) 即可看到页面。 ### 目录引导 我们可以看到 `app/lessons` 目录里有着对应的每节课的源码: - 可以在浏览器访问 http://localhost:3000/lessons/n 即可查看到第**n**节可的初始效果。 - 如果你想跟着视频教学一起来的话,可以打开 `app/lessons/n/page.tsx` 来跟着教学一起实现。 - 可以在浏览器访问 http://localhost:3000/lessons/n/final 即可查看到第**n**节课的最终效果。 - 如果你只想看最终实现的代码,可以打开 `app/lessons/n/final/page.tsx` 即可。