Skip to content

ellingtonjp/starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Starter-Pack

Boilerplate for quickly starting a react/rails application. Frontend and backend code are separate with their own docker-compose.yml files and can be run independently.

Comes with the following configured and containerized:

  • React+Redux+TailwindCSS client code
  • Rails+Postgres intended to provide REST interface to client
  • Toy react/redux CRUD app with persistance in postgres

To run, install docker and:

  1. cd api && docker-compose up -d
  2. cd client && docker-comopse up -d
  3. http://localhost:3030

More documentation when I get time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published