For those who don't want to waste time on configuration !!
You want to deploy it on Vercel ? Just click here
Run the following command to create a new project with this Starter:
yarn create next-app my-app -e https://github.com/ElGodzilla/my-nextjs-starter
# or
npx create-next-app my-app -e https://github.com/ElGodzilla/my-nextjs-starter
Once the project and dependencies are finished installing, you can navigate to that directory and start up the development server with:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see your new project!
This Starter includes Sass which is the best way (for me) to provide superpowers to your CSS. It include also Framer-Motion which is the best way (also for me π) to create awesome animation easily.
Because create folders and file can take some time for nothing here is what i added β¬οΈ
- assets/fonts/_fonts.scss
- assets/styles/_variables.scss, _reset.scss, app.scss
- components/Layout.js