/landing

Landing Page using React Bootstrap

Primary LanguageJavaScript

React-Boilerplate

This is my react-boilerplate for future personal projects

Setup

  1. Install all required dependencies
npm install
  1. Start the application
npm run dev
  1. Go to localhost:3000 in your browser

Optional Database

  1. Create a database in PostgreSQL
  2. Add the DATABASE_URL info in the .env file
  3. Require the database module in index.js

Optional Session Cookies

  1. Require the session middleware module in index.js
  2. Call the use method of app and pass in the session middleware as an argument