Create App
Frontend build config generator
webpack
Parcel
Snowpack
− Main library
No library
React
?
Vue
?
+ UI library
+ Test framework
+ Transpiler
+ Styling
+ Linting
Project name
?
Download project
src/index.html
src/index.js
.gitignore
README.md
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 parcel-bundler
Create folders src and dist and create source code files