/techchak-sample-react-app-1

This is a sample react application created for the sake of practical project for techchak fellows but also available to the general public

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

running this app in docker locally

  • add your docker file in root
  • from root, run the command below

    docker build . docker image build . -t saidatech docker run -p 3000:3000 saidatech