NOTE: this repo is a part of project, see full README first
- Install
node
andnpm
. Guide
$ node -v
v16.3.0
$ npm -v
7.17.0
- Configure
.env
file:
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