Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 692 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 692 Bytes

Loft Taxi 🚕

React app to book a taxi

Starting the project 🚀

As the project uses SCSS as a CSS preprocessor and setting it up for Mac and WIndows is differs it should be started with a separate scripts.

To run on Windows 🖥

Start local server

npm run start:win or yarn run start:win

Build

npm run build:win or yarn run build:win

Test

npm run test:win or yarn run test:win

To run on MacOS 💻

Start local server

npm run start:mac or yarn run start:mac

Build

npm run build:mac or yarn run build:mac

Test

npm run test:mac or yarn run test:mac

Issue: facebook/create-react-app#7067