JSPM

create-based-app

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q30980F
  • License MIT

The hottest frontend stack for web development

Package Exports

  • create-based-app
  • create-based-app/cli.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-based-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

The Based Stack

Based is the hottest frontend stack for web development!

This stack is made of 3 main technologies:

  • HTML: also known as the super hot HyperText Markup Language
  • CSS: the most used technology for styling web pages
  • JavaScript: for many, the best programming language in the world

I know, right? Completely based!

Why based?

You don't need React, Angular or Vue to build a simple website. Keep it simple, stupid!

Prerequisites

  • node (version => 14.21.3)

Installation

Run the command below to install based command line on your machine:

$ npm install create-based-app --global

Getting started

Run the command below to start a new project:

$ create-based-app <project-name>

Ater that, the file tree of your project could look like this:

<project-name>
├── assets
│   └── images
├── styles
│   └── index.css
├── index.html
└── scripts
    └── index.js

Will you have to refresh the browser to see any changes?

NO! We highly recommend the use of live-server as it will automatically refresh the browser for you when changes occur in your files

Just install it:

$ npm install live-server --global

And run it inside your project root folder:

$ live-server

Now you can start building on the web, no need for garbage frameworks :)

License

MIT


Made with ❤️ by Énio Carlos