Skip to content

shutdown88/frontend-test

Repository files navigation

Frontend test

This project was bootstrapped with Create React App.

This project can be built and run with Docker with the command

docker-compose -f docker-compose-build.yml up

and then it will be served at http://localhost:8080/

Development

For development node >= 8 is required.

Run the following commands

npm install

npm run start

or with yarn

yarn

yarn start

The app will be run in development mode at http://localhost:3000.

Then, to test the production build run

npm run build

or

yarn build

and

docker-compose up --build