Home

Awesome

NextJs Starter

A Starter project for nextJs with Bulma CSS framework.

Demo

https://codesandbox.io/s/github/louiskhenghao/next-bulma

How to run app

Run development build

yarn
yarn dev

Run production build with:

yarn build
yarn start

Export as static HTML files

yarn build
yarn export

# To try on your local machine
# note: you'll need to install https://github.com/zeit/serve
cd out
serve -p 8080

Folder structure

/config
  - index.js
/components
  - YourComponent.js
/pages
  - YourPage.js
/screens
  - /YourScreenComponent
    - index.jsx
    - styles.jsx
/styles
  - theme.scss
  - styles.scss