A simple react boilerplate using Docker 🐬 using latest Alpine Node.
- 💥 A good entrypoint for a new React project app;
- 🐳 Lightweight docker image using Node-Alpine Linux image;
- 📦 Ready to yarn usage;
- Ready for React projects.
- Clone this repository, change PROJECT_NAME by project dir name
git clone http://github.com/leonardocouy/react-docker-boilerplate PROJECT_NAME
- Go to directory and remove .git directory
rm -rf .git
- Build and run docker-compose
docker-compose up --build
After these steps, navigate to http://127.0.0.1:3000 and be happy!
Built with ❤️ by Leonardo Flores ([email protected])