Information about the champions of the League of Legends.
This project is a practice for some development frameworks: Nextjs, React, Node and Typescript.
The live mode of the project can be found at https://node-nextjs-typescript-lol.now.sh/.
The data and images of the champions were retrieved from https://riot-api-libraries.readthedocs.io/en/latest/ddragon.html (10.9.1).
node -v
v13.12.0
npm -v
6.14.4
Windows & OS X & Linux:
git clone https://github.com/gilmarllen/node-nextjs-typescript-lol.git
cd node-nextjs-typescript-lol
npm i
npm run dev
Nextjs build process:
npm run build
npm run start
Gilmarllen P. Miotto – gilmarllen@gmail.com
- Fork it (https://github.com/gilmarllen/node-nextjs-typescript-lol/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request