A starter project for Next.js with authentication
This project is now archived and is no longer maintained. It was a starter project for React that used Next.js, a framework for creating universal React apps. It included features such as authentication via email, Facebook, Twitter, and Google+, account management, session support with secure HTTP-only cookies and CSRF tokens, SASS/SCSS with Bootstrap 4 and Reactstrap, Ionicons icon font, and bundling of other CSS and font files. The project aimed to make it easier to get started creating production apps in React.
To run this project locally in development mode, follow these steps:
npm install to install the required modules.npm run dev to start the development server.To build and deploy the project in production, follow these steps:
npm install.npm run build.npm start.Note: If you are running on Windows, use the --no-optional flag when installing modules (npm install --no-optional). If you make changes to the site, run npm run build again before deploying.
This archived project was a starter project for React using Next.js. It included features such as authentication, account management, session support, SASS/SCSS with Bootstrap, and bundling of CSS and font files. It aimed to simplify the process of creating production apps in React.