NOTE: this repo is a part of project, see full README first
- Install
nodeandnpm. Guide
$ node -v
v16.3.0
$ npm -v
7.17.0- Configure
.envfile:
REACT_APP_API_URL=https://innonymous.tk/api/
- Install depencencies and run frontend!
$ npm install
$ npm start
Done! Frontend is avaliable at http://localhost:3000