Just an app for learning Ext JS. Backend is a basic Node app.
- Clone the repo to your local machine.
- Create your own
.envfile following the.env.examplefile in the repo. cdinto thehelloext-serverdirectory.- Run
npm ito install all the necessary packages. - Run
npm startto start the server. - Navigate to
localhost:whatever-port-you-setorlocalhost:3000if you didn't set any port.