An open API service indexing awesome lists of open source software.

https://github.com/eligibilityy/nextjs-chakra-starter

Nextjs template with Chakra UI and other things idk lol
https://github.com/eligibilityy/nextjs-chakra-starter

chakra-ui chakra-ui-react chakraui emotion-react framer-motion javascript next nextjs

Last synced: about 1 year ago
JSON representation

Nextjs template with Chakra UI and other things idk lol

Awesome Lists containing this project

README

          

# Next.js Boilerplate

This template is pretty much what I'm gonna be using for my actual portfolio which I'm working on.

*This whole thing is made in Javascript and I'm sorry*

### Stack & Others

- [Next.js](https://nextjs.org/)
- [Chakra UI](https://chakra-ui.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Lanyard API](https://github.com/Phineas/lanyard/) - For Discord integration in [one of the components](./LanyardBreakdown.md). *(optional)*

You are free to expand on the initial deps, obviously.

---

### Initial File Structure

```
📦./
┣ 📂components
┣ 📂lib
┣ 📂pages
┣ 📂public
┣ 📜README.md
┗ 📜. . . # config files
```

### Start

```python
npm i
# then
npm run dev
```

- https://localhost:3000
- edit `pages/index.js` to check if it works.

### More

- [Next.js Docs](https://nextjs.org/docs)

You can check [the repo](https://github.com/vercel/next.js/) for Next.js.

### Deployment

Feel free to deploy this wherever you like, but IMO the easiest way to deploy is with [Vercel](https://vercel.com/).

Check out [Next.js's deployment docs](https://nextjs.org/docs/deployment) for more details.

### LICENSE

```
ISC License

Copyright 2022 Liya+

Permission to use, copy, modify, and/or distribute this software for any purpose with or
without fee is hereby granted, provided that the above copyright notice and this permission
notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE.
```