Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 571 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 571 Bytes

Covid RCP Webapp

Project setup

Install Dependencies

Install node and yarn

Create .env file

API_REST=https://api-dev.rcpcovid19.mx/api/v1/

Install node dependencies

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and generate assets for development

yarn dev

Compiles and minifies for production

yarn build

Customize configuration

See Configuration Reference.