Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laforetmoreno/movies-app
Project using Typescript, React, Redux
https://github.com/laforetmoreno/movies-app
docker react redux scss-styles thunk typescript
Last synced: 10 days ago
JSON representation
Project using Typescript, React, Redux
- Host: GitHub
- URL: https://github.com/laforetmoreno/movies-app
- Owner: laforetmoreno
- Created: 2020-02-09T06:55:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:10:57.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T20:38:06.492Z (over 1 year ago)
- Topics: docker, react, redux, scss-styles, thunk, typescript
- Language: TypeScript
- Homepage:
- Size: 786 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Movies App
## Description
Example project of the consumption of an API, using React, TypeScript, SCSS Module and Docker.
- Problems found:
- CORS - Resolved using proxy in package.json
## Dependencies
- Node.js 10+
## Development
1. `npm install`
2. `npm start`## Running the project on Docker
1. `docker build -t movies-app .`
1. `docker run -p 3000:3000 -d movies-app`## Running tests
- `npm run test`
## Scripts
- `start` - Starts development server
- `build` - Builds the application assets for production
- `test` - Runs all unit tests
- `lint` - Run lint