Skip to content

AleksNWL/ArtWay-Frontend

Repository files navigation

Getting Started

This project was made by RealityX.

Stack:

ReactJs Redux TypeScript Docker GitHubActions

Installation and layout

Download Node.js from https://nodejs.org/en/download/

  • Update npm

    npm install -g npm
  • Clone this repository

    git clone https://github.com/RTUITLab/ArtWay-Frontend
  • Open a console in a folder and go to the cloned repository

    cd ArtWay-Frontend
  • Install the packages required for the project

    npm install
  • Finally start the project

    • Create .env file in the directory named ArtWay-Frontend and add your secret data to it
      REACT_APP_PRODUCTION_URL = "your domain name"
    • And start project
      npm start

Now wait, our project will open soon in the browser on the http://localhost:3000/

Build

  1. Open console in ArtWay-Frontend
  2. npm run build builds the app for production to the build folder.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors