Skip to content

ccreusat/workshop-react-dev

Repository files navigation

Workshop React App

This is a ReactJS + Vite boilerplate.

What is inside?

This project uses many tools like:

Getting Started

Install

Clone the project.

  • Node installed:
npx degit ccreusat/workshop-react-dev product-feedback
  • Node not installed :
docker run --rm -it -v "$PWD":/home/node/app opendigitaleducation/node:16-alpine \
  npx degit ccreusat/workshop-react-dev product-feedback

When using Ubuntu, you will need to install make to initialize the workshop.

sudo apt install make

Go into the app directory

cd product-feedback

Docker should be running before next steps

Install dependencies.

make install

Start the app at http://localhost:8000

make start

Endpoint