create-starter-project-basic
v1.0.4
Published
Create a easy and fast basic template with vite.
Downloads
2
Readme
create-vite-react-eslint
Template with basic setup.
Features
- ⚡ Vite - fast
- 🔗 More info here about Vite
- Sass (scss) compiling
- Custom fonts
- Env ready
Quick start
$ npm init starter-project-basic@latest
Allways use @lastest to fetch the newest version and updates.
Choose a project name, this will be also the project folder name.
👍 The template wil be cloned and the packages will be installed.
To spin up the dev server:
$ cd [project name]
$ npm run dev