Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eythaann/front-end-movies

Client of Movies with React
https://github.com/eythaann/front-end-movies

react react-router typescript

Last synced: 11 days ago
JSON representation

Client of Movies with React

Awesome Lists containing this project

README

        

# Front of Movies

This is the Front-End part of the app

For running this app, do the next Steaps:

## Running in Dev Mode

For thi just need to clone this Repository and run `npm install`
later run `npm run start` and ¡you do it! the front end is running

## Running in Prod Mode

For this you need to do a Build, first run `npm install` leter of clone the repository
and later run `npm run build`. later of this comand you gonna have a dist folder, copy all the content of this, and put it in the Public folder of the Back-End Repository, later do the Steaps of the ReadmeMD in the Back-End Repo. Good Luck!