Landing page template build on top of Next JS. Write modular React code. Compiles into light weight static html files that loads blazingly fast.
You only need to edit configuration files under ./config
:
./config/appConfig.js
for main configurations./config/extras
for other extra features such as mailing list subscriptions, store button links and other call to actions.
brew install yarn
yarn install
yarn dev
rm -rf .next && yarn build && yarn export