Skip to content
/ bare Public

Experiment in frameworkless modern web app development

License

Notifications You must be signed in to change notification settings

DennieBee/bare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare - A frameworkless modern web app experiment

MIT license GitHub code size in bytes

This project is an experiment in building a modern web application without using any JavaScript framework (such as React, Vue, or Angular). The goal is to leverage modern browser APIs, ES modules, and web components to create a performant and maintainable web application using only TypeScript, HTML, and CSS.

Getting Started

To get this project running locally, follow the steps below.

Prerequisites

Make sure you have the following installed on your system:

  • Node.js (version 14+)
  • npm (Node Package Manager)

Developer Setup

  1. Install dependencies:

    This will install all the project dependencies defined in the package-lock.json file.

    npm ci
  2. Start the development server:

    This command will start the Vite development server.

    npm vite dev
  3. Open your browser and navigate to http://localhost:3000 to see the app in action.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Experiment in frameworkless modern web app development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published