This is the first SPA created with VistaJS, framework created by danilolmc.
- VistaJS
- TypeScript
- Vite
- Vitest
- Clone this repository
git clone https://github.com/danilolmc/vistajs-posts-app.git
- Install dependencies
npm install
- Start the app
npm start
- Your app will be running at
http://localhost:3333
npm run build
- Bundled files will be at
/dist
folder