WeMovies 😉

About

A sample wecommerce to use test cart applications and contexts.

Screenshots

page overview

Features

  • API usage by serverless.
  • Layout based on mobile users.
  • micro-front-end architecture.

Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed.

Starting

# Clone this project
$ git clone git@github.com:Thiago-spart/wefit-challenger.git

# Access
$ cd wefit-challenger

# Install dependencies
$ npm i

# Run fake json server
$ npm run json-server

# The server fake server will initialize in <http://localhost:3333>

# Run the project in developer mode
$ npm run dev

# The server will initialize in <http://localhost:3000>

Made with ❤️ and ☕

Back to top