Skip to content

nutter20912/message-board-site

Repository files navigation

Build a simple message board front-end

This project was bootstrapped with Create React App.

Packages


Setup

Config

  • generate local env file
    cp .env.example .env
    
  • configuration env variable
    # pusher
    REACT_APP_PUSHER_BROADCASTER=
    REACT_APP_PUSHER_KEY=
    REACT_APP_PUSHER_CLUSTER=
    

Scripts

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.


docker image

docker-compose up -d

Builds static resources in nginx container. Open http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages