Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firatgoktepe/movieappoct
https://github.com/firatgoktepe/movieappoct
babel css javascript json-server react typescript webpack
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firatgoktepe/movieappoct
- Owner: firatgoktepe
- Created: 2024-03-22T19:41:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T10:53:46.000Z (10 months ago)
- Last Synced: 2024-11-24T17:13:29.101Z (2 months ago)
- Topics: babel, css, javascript, json-server, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 414 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie App
### To run the project locally, follow the steps below:
First, install the dependencies:
```bash
npm install
# or
yarn install
```and then run the development server:
```bash
npm start
# or
yarn start
```and your local server will be running on [http://localhost:3000](http://localhost:3000)
and finally, run the fake API server:
```bash
npx json-server --watch db.json --port 4000
# or
yarn json-server --watch db.json --port 4000
```and your fake API server will be running on [http://localhost:4000](http://localhost:4000)
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.