Skip to content

pstackebrandt/hacker-stories

Repository files navigation

Hacker Stories

Deployed on GitHub Pages

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 ;-)

Getting Started

To start the app for development, follow these steps:

  1. Install dependencies: Make sure you have Node.js installed. Then, run the following command in your terminal:

    npm install
  2. Start the development server: Run the following command to start the development server:

    npm run dev
  3. Open the app: Open your browser and go to http://localhost:5173/ to see your app in action.

  4. Build for production: When you're ready to deploy, run:

    npm run build
  5. 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.

Used project template React + Vite

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published