This repo is deprecated, refer to v3.0 here
Source code for my website client.
- Built using NextJS.
- Server side rendering and SEO friendly
- Progressive web app (PWA).
- Fully Written in ES6.
- State management and local caching using Redux and Local Storage.
- Google Analytics support.
- Light/Dark themes and CSS in JS using styled-componenets
- Fully responsive design with the help of Bootstrap.
- Support for .env files.
This project is built using NextJS, Redux and other dependencies. Complete list of 3rd party dependencies can be found in package.json
-
This app requires npm to build, if Node and npm are not installed on your device, you should install them first more info here
-
Move to project directory and install required npm packages
npm i
Run development server
npm run dev
To create a production build, use:
npm run build
Your feedback is always appreciated and welcomed. If you find a bug in the source code or a mistake in the documentation, you can help me by submitting an issue here. Even better you can submit a Pull Request with a fix :)
This repo is released under the MIT License.