To begin:
$ yarn install
$ yarn start
Treat like a normal Create React App.
In the project directory, you can run:
Start the development server locally on port :3000.
Builds a production artifact of the app in the /build folder.
One-way, ejection from the configuration of create-react-app. Use if needed, but often it's not necessary to eject.
- react-router-dom - Adds react-router and implemented in the
App.jsfile.
Header that appears on all pages. Links leverage Link from react-router-dom. Logic to detect active page and indicate active link in header.
A Home, About, Contact, and 404 Not Found page to get started.
Added tab component at /tabs.
Icons of the FA 4.0 icon set.
Bootstrap 4.1 CSS, JS loaded.
Express.js as a webserver to serve build folder in production environments.
Dockerize app, builds app for production and serves it all from a Docker container.