Skip to content

A great starting point/playground for developing React/Redux applications with login. Utilizes React Router v4, comes equipped with Server Side Rendering, CSS/SASS Module support, and Express, MongoDB and Passport for login.

Notifications You must be signed in to change notification settings

wikiwong/basically-fire

Repository files navigation

basically fire

This pet project is a WIP and is intended to be a launch pad for personal projects. It originally used Firebase for persistence, that's why it's basically-fire

Note!

I haven't touched this project in years and have not been keeping up with the Firebase project

MongoDB

install and run:

sudo mongod

Node

This project was built using Node 8 and NPM5

git clone https://github.com/wikiwong/basically-fire.git`

npm i

npm run dev

Docker

docker build -t mytag .

docker run -p 8080:8080 mytag

Plans

  • Compose MongoDB container with Node service for easy deploy to cloud services
  • Switch to styled components
  • Finish production build process
  • Code split on routes (if necessary)
  • Include Jest to promote testing
  • Precommit hooks for linting

About

A great starting point/playground for developing React/Redux applications with login. Utilizes React Router v4, comes equipped with Server Side Rendering, CSS/SASS Module support, and Express, MongoDB and Passport for login.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published