/marvel-stone-web

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

Primary LanguageTypeScript

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