The hottest frontend stack for web development
npm install create-based-app
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!

You don't need React, Angular or Vue to build a simple website. Keep it simple, stupid!
+ node (version => 14.21.3)
Run the command below to install based command line on your machine:
``console`
$ npm install create-based-app --global
Run the command below to start a new project:
`console`
$ create-based-app
Ater that, the file tree of your project could look like this:
``
├── assets
│ └── images
├── styles
│ └── index.css
├── index.html
└── scripts
└── index.jsWill 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:
`console`
$ npm install live-server --global
And run it inside your project root folder:
`console``
$ live-server
Now you can start building on the web, no need for garbage frameworks :)
MIT
---
Made with :heart: by Énio Carlos