reactbkk-2.0.0
React Bangkok 2.0.0 website
Folder structure
pages
Next.js pagesstatic
Next.js static filescomponents
React componentspublic
Additional files to be copied to GitHub pagesresources
Additional files that may be used from JavaScript files (e.g. svg files)
Install the dependencies
yarn
Running development server
yarn start
Generating static web site
yarn run build
Deployment
When a commit is added to master
branch, it will be deployed to GitHub Pages by the CI.