🌎 MyBit.io Website 2.0 powered by Next.js 4
- ⚡️ Server Side Rendering (SSR) w/Static HTML Export for improved SEO
- 🛠 Automatic Linting and Code Formatter w/Xo and Prettier
- 💅🏻 Dynamic Website and Styles w/React.js v16.0 and Styled JSX 2
$ yarn
$ PORT=8080 yarn dev
$ yarn build
$ cd build && python -m SimpleHTTPServer 8080