/medicalcenter-ui

React/Redux project

Primary LanguageJavaScript

HOPMarket

Development

Quick Start

Prerequisites:

NVM might be handy for installing certain version.

Now just clone and start the app:

yarn
yarn start

Setting up environment variables

Copy .env sample and update it as you need.

cp .env-sample .env

Deployment

nvm use 10.1.0 # use node 10.1
yarn # install dependencies
cp .env-sample .env # set up .env and change the env variable
yarn run build # make production build
yarn run start:prod # start server as prod mode from the build

Legacy Boilerplate Readme

For original react-boilerplate readme, refer to README-boilerplate.md.