Complete farmy project setup (recommended) :
$ npx farmy sample
OR Install farmy package :
$ npm i farmy
*
Node.js v10 or higher is required.
*
In this guide, we assume you have installed farmy with recommended command.
After successful installation :
☛ Open config.json file to adjust the values or run command :
$ npm init
☛ Start local development server :
$ npm start
☛ Check package.json file to see various available commands in scripts field.
☛ In public folder, all static files rest. Open it and try changing index.html.
☛ In src folder, all dynamic files rest (js, sass etc.). Open it and try changing app.js.
☛ In config folder, all webpack config rest.