Skip to content

DuKyHan/Cinema-Management-Web-Application-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cinema Web App Frontend

Setup

This project use yarn as package manager. If you don't have yarn installed, you can install it by running:

npm install -g yarn

Install dependencies

yarn install

Setup third party services

This project uses Google Maps and Paypal services. You need to setup the following services:

Environment variables

Go to src/utils/config.ts and setup the following variables:

GOOGLE_MAP_API_KEY: Google Maps API key to use the map component. Example: export const GOOGLE_MAP_API_KEY = google_maps_api_key; PAYPAL_CLIENT_ID: Paypal client id to use the paypal payment component. Example: export const PAYPAL_CLIENT_ID = paypal_client_id;

Running the app

# Start the app in development mode
$ yarn start

# Build the app for production
$ yarn build

# Run the app in production mode
$ yarn start:prod

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors