1.0.6 ⢠Published 1 year ago
create-neutrino-app v1.0.6
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