Project created to improve Next.JS and to create a dynamic sitemap, using the Animechan anime API and the next-sitemap library. At first to improve the version that exists in a company project, but with the objective of study and personal improvement.
-
See a list of anime
-
View a short description or phrase of the anime
-
A dynamic sitemap
- master
- all code base, updated documentation and stable features
- develop
- some updates to come, it's in vercel preview version
- starter
- branch for those who follow via youtube video, only the page structure
- with-library
- version with next-sitemap library to do dynamic version
- without-library
- version made without the next-sitemap library, using only one page
First clone the project:
git clone https://github.com/miguelrisquelme/sitemap-anime.git
Choose which branch you want to run:
# exemplo: git checkout <branch>
git checkout master
Install dependencies:
yarn
#or
npm i
Run the project:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the result.
Made by Miguel Riquelme with ♥