Skip to content

sumohammed/uwat

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • This is an Uwat project which focuses on the main website which include the front end and the back end
  • The front end using HTML, CSS, Javascript and React
  • The Back end Using Golang
  • Golang Version 1.8
  • Learn Markdown

How do I get set up?

  • Running the Client

    1. Install Node Packages dependencies. - run => npm install this will install all the packages you to work on this project

    2. Run the app. - npm start run => npm start running this command will start the frontend( check to see what port its running on once its done starting)

    3. Production Build. - npm run build run => npm run build once you run this command it builds the entire client in puts it in the dist

    *Running Server (If you want to run the server, run a production build first before you continue with the steps below)

    1. Install golang versions > 1.8
    2. CD into the dist and run => go run main.go
    3. If there are no errors open your browser to port 8080, where the app is serving.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published