Agrolly Web project is Agrolly's Website developed with React web framework.
Everything you need to know about Git, from getting started to advanced commands and workflows. Click the link to learn.
- Build the App
- Start a terminal/CMD in
~/Agrolly-Web
root directory. - Execute command
npm install
ornpm run setup
.
- Run the App
- Execute command
npm start
. - Open web browser and enter
http://localhost:3000
.