Install dependencies...
npm install...create an env file...
cp .env.example .env...then start Rollup:
npm run devNavigate to localhost:8080. You should see your app running.
To create an optimised version of the app:
npm run buildInstall dependencies...
npm install...create an env file...
cp .env.example .env...then start Rollup:
npm run devNavigate to localhost:8080. You should see your app running.
To create an optimised version of the app:
npm run build