From time to time I will deploy a current version of this project to GitHub Pages.
see https://pstackebrandt.github.io/hacker-stories
(For now it won't be a nice UI, but it's a start ;-)
To start the app for development, follow these steps:
-
Install dependencies: Make sure you have Node.js installed. Then, run the following command in your terminal:
npm install
-
Start the development server: Run the following command to start the development server:
npm run dev
-
Open the app: Open your browser and go to
http://localhost:5173/
to see your app in action. -
Build for production: When you're ready to deploy, run:
npm run build
-
Preview the production build: To preview the production build locally, run:
npm run preview
These steps will help you set up and run the app in a development environment using Vite and React.
Original template information: This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh