This project was made by RealityX.
Stack:
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
.envfile in the directory namedArtWay-Frontendand add your secret data to itREACT_APP_PRODUCTION_URL = "your domain name"
- And start project
npm start
- Create
Now wait, our project will open soon in the browser on the http://localhost:3000/
- Open console in
ArtWay-Frontend npm run buildbuilds the app for production to the build folder.