Visit our website, pick a course you liked the most and start making your steps on the way to become a great programmer with Chainlink Academy!
-
Frontend
- ReactJS
- Redux
- Typescript
-
Backend
- NodeJS
In src you can find two main folders api and frontend. Folder named api contains everything about backend, when frontend - everything about frontend.
Root folder has lerna.json file which is responsible for starting both frontend and backend simultaneously.
- Clone repository.
- Install required dependencies using yarn install.
- Run yarn start . This command will execute parallel start of both NodeJS backend and ReactJS frontend.
- You are ready to go.