- Node.js
- Yarn Package Manager
- Use command
yarn
to install all required Node modules. - You're up!
Recommended IDE: WebStorm
You can either use the already existed Run Configuration
in WebStorm, or use command yarn start
.
Everything in the main
branch will be built and deployed to production environment by Netlify bot, and every PR will trigger the bot to build a preview website.
Use command yarn build
to build. The built product is in directory dist
.
src/
: Most of the source code.static/
: Most of the static website files.dist/
: Locally built product..parcel_cache/
: Cache files for Parcel. If something goes wrong, you might need to delete the directory and try again..parcelrc
: Parcel configuration file.