Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eythaann/front-end-movies
- Owner: eythaann
- Created: 2021-12-05T15:04:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T23:14:01.000Z (about 3 years ago)
- Last Synced: 2024-12-02T12:46:08.539Z (2 months ago)
- Topics: react, react-router, typescript
- Language: TypeScript
- Homepage:
- Size: 872 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!