https://github.com/lskjs/next
LSK.js with Next
https://github.com/lskjs/next
Last synced: about 2 months ago
JSON representation
LSK.js with Next
- Host: GitHub
- URL: https://github.com/lskjs/next
- Owner: lskjs
- Created: 2020-11-12T07:37:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T15:04:03.000Z (over 4 years ago)
- Last Synced: 2025-01-17T23:30:25.282Z (4 months ago)
- Language: TypeScript
- Size: 150 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @lskjs/next
## Последовательность шагов, которые я делаю
- npx create-next-app lskjs-next
- clone content from https://github.com/vladilenm/next-crash-course
- fix bugs
- update packages
- npm i -E @lskjs/button## Дополнительные материалы
### Видео по теме
- [NextJS](https://www.youtube.com/watch?v=_EOrSmjdOZQ)
- [TypeScript](https://www.youtube.com/watch?v=nyIpDs2DJ_c)
- [TS Продвинутый](https://www.youtube.com/watch?v=7NU6K4170As)
- [React + TS](https://www.youtube.com/watch?v=OvLWWvjoi8s)### Видео по соседним темам
- [React](https://www.youtube.com/watch?v=xJZa2_aldDs)
- [Node](https://www.youtube.com/watch?v=3aGSqasVPsI)
- [ES6](https://www.youtube.com/watch?v=Ti2Q4sQkNdU)
- [JS 2020](https://www.youtube.com/watch?v=7TpAN4FISeI)-------------
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/import?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.