Learn the design pattern here
# clone repository
$ git clone https://github.com/logustra/pokedex.git
# open folder pokedex
$ cd pokedex
# instal dependencies
$ yarn install
# copy file .env.example to .env
$ cp .env.example .env
# build and serve with express
$ yarn start
A guide how to create a folder using create-cli
# create atom component and give it name loading
$ node create atom loading
# create new module and give it name home
$ node create module home
If you like my works, you can cheer me on here 😆
MIT License © 2020 Faizal Andyka