This repository is no longer used. For the current Virtual Vintage see https://github.com/atono-io/sdk-demo-reactjs-virtual-vintage
$ npm install
$ DEBUG=myapp:* npm start
Then, load http://localhost:5001/ in your browser to access the app.
If you add CSS to your application, make sure to run npm run tailwind:css each time, so the changes apply. After doing so, start your application, and you should see the changes.
$ npm run tailwind:css && DEBUG=myapp:* npm start