1.0.6 • Published 1 year ago

create-neutrino-app v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

create-neutrino-app

🌌 lightweight template for creating a website with module bundling, hmr, typescript, tailwindcss & sass

this template uses parcel

alos this is very easy to deploy, here is a demo on vercel

this template is pretty minimal and lightweight here is structure of template

neutrino-template
ā”œā”€ā”€ src
│   ā”œā”€ā”€ scripts
│   │   ā”œā”€ā”€ hello.ts
│   │   └── index.ts
│   ā”œā”€ā”€ styles
│   │   └── styles.css
│   ā”œā”€ā”€ index.html
│   └── icon.svg
│
ā”œā”€ā”€ .gitignore
ā”œā”€ā”€ .postcssrc
ā”œā”€ā”€ package.json
ā”œā”€ā”€ README.md
ā”œā”€ā”€ tailwind.config.js
└── tsconfig.json

getting started

# clone template
npx create-neutrino-app my-app

# cd
cd my-app

# installing dependecies
npm install

# start server
npm run dev
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago