Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

hackvengers/menew-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menew

✨ME:NEW✨ is a helper for people who travel around and eat foreign's food.

PICK 📷 -> TRANSLATE 📑 -> CHOOSE 👆

Overview

1 2 3 4 5 6 7 8

Demo

Dependency

ME:NEW client has the dependencies for the following libraries:

NPM Node React

How to start developing ME:NEW client?

For anyone interested in developing ME:NEW client, follow the instructions below.

Development Environment

Clone the ME:NEW client repository install the dependency modules.

1. Clone the repository

# Clone the repository.
$ git clone https://github.com/hackvengers/menew-client.git

2. Install dependencies

npm and Yarn are supported.

# Install the dependency modules.
$ npm install

# or
$ yarn

3. Set environment variables

Copy the .env.example file and rename it to .env

And set the REACT_APP_API_URL variable.

4. Build

Use npm script to build ME:NEW client.

# Run webpack-dev-server for development
$ npm run

# or production build
$ npm build

License

ME:NEW client is licensed under the MIT license.