Create App
Frontend build config generator
webpack
Parcel
Snowpack
− Main library
No library
React
?
Svelte
+ UI library
+ Test framework
+ Transpiler
+ Styling
+ Linting
Project name
?
Download project
src/index.html
src/index.js
.gitignore
README.md
snowpack.config.json
Project name
?
Download project
How to create your project yourself
Create an NPM project and install dependencies
mkdir myapp cd myapp npm init -y npm install --save-dev snowpack
Create folders src and dist and create source code files