Skip to content

sarbull/react-car-api

Repository files navigation

react-car-api

Build Status

Development

$ docker-compose up # some HTTP requests might not work

$ npm install
$ npm start

Production

$ npm install
$ npm run build
$ docker-compose up