Starting frontend study with react js.
Docker
- Create a temporary docker node container:
docker run --rm -it -v $(pwd):/app -w /app -p 8080:8080 node bash
For windows environment replace
$(pwd)
with the absolute path of the repository
- Install the dependencies:
yarn install
- Start the app:
yarn dev
- Access: http://localhost:8080/