abnerborgonha / marvel-stone-web

A platform for Marvel fans to view and favorite their favorite characters and comics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Marvel Stone Web - Code Challenge Stone

A platform for Marvel fans to view and favorite their favorite characters and comics

๐Ÿ—’๏ธ Requirements

โš™๏ธ How to setup?

# Install all dependencies.
$ yarn or npm i

# Clone the .env.example file to .env and set all empty vars with you own credentials.
$ cp .env.example .env

๐Ÿก How to local run?

# Start developer server.
$ yarn dev

๐Ÿš€ How to run in production?

# Build project ro prodction
$ yarn build

# Start prodction server.
$ yarn start

๐Ÿ› ๏ธ Techs

About

A platform for Marvel fans to view and favorite their favorite characters and comics


Languages

Language:TypeScript 99.3%Language:JavaScript 0.4%Language:Shell 0.3%