Sample react and tailwind based swizzy frontend web service. The sample app has a react based frontend and a swizzy web service backend. A sample implementation of an api can be found in the routers/Api directory.
The Swizzy web service logic can be found in the src directory.
The react code is in the react directory.
npm install
npm run dev
npm run build
npm run server
After build you can just run swerve
in the root directory.