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

https://github.com/ali-hussein-dev/nextjs-starter-pack


https://github.com/ali-hussein-dev/nextjs-starter-pack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js

Nextjs app boilerplate wtih the basic dependecies and scripts, pre-configeration files needed for all projects

## Libraries used

```js
"react",
"react-dom",
"axios",
"next",
"fortawesome",
"autoprefixer",
"postcss-import",
"tailwindcss",
"autoprefixer",
"postcss-import",
```

### Setup

Remove the packages that you do not need befor installation.

Run `npm i` in your terminal to install all dependecies.