Skip to content

Creates project template for node development stack with ReactJS on the front end, Node express server backend with Redis.

License

Notifications You must be signed in to change notification settings

danjl1100/bootstrap-react-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-react-redis

Creates docker-compose project environments with a web app development stack: ReactJS on the front end, Node express server backend, Redis server, and tests for both the front- and back-ends.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

Install Docker, and Docker Compose on your development machine. You may need sudo/root rights to run docker commands (see here).

Double check that your Docker and Docker Compose installations are working:

docker version
  ...
docker-compose version
  ...

Creating Projects

Clone this repo if you haven't already.

git clone https://github.com/danjl1100/bootstrap-react-redis.git

Run the create script.

cd bootstrap-react-redis
./create-project.sh
  ...

Enter the name of your new project, and let the script do the rest!

Enter project name (no capitals, no spaces): my-cool-app

Move the newly-created project to the desired location

mv my-cool-app ~/projects/

Finally, check out the available commands in the Makefile.

cd ~/projects/my-cool-app
make help
  ...

License

This project is licensed under the GPL3 License - see the COPYING file for details.

Acknowledgments

The following sources greatly helped with creating this project.

About

Creates project template for node development stack with ReactJS on the front end, Node express server backend with Redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published