A minimalistic React/Redux starter project
To use:
- Fork this repo
- Rename your repo according to the app you're building
git clone https://github.com/[your-org]/[your-app].git
cd [your-app] && npm iThis is the structure of this boilerplate:
.
βββ client
βΒ Β βββ actions
βΒ Β βΒ Β βββ index.js
βΒ Β βββ components
βΒ Β βΒ Β βββ AddWord.jsx
βΒ Β βΒ Β βββ App.jsx
βΒ Β βΒ Β βββ Word.jsx
βΒ Β βΒ Β βββ Words.jsx
βΒ Β βββ reducers
βΒ Β βΒ Β βββ index.js
βΒ Β βΒ Β βββ words.js
βΒ Β βββ index.js
βββ public
βΒ Β βββ index.html
βΒ Β βββ main.css
βββ server
βΒ Β βββ index.js
βΒ Β βββ server.js
βββ .gitignore
βββ package.json
βββ README.md
βββ webpack.config.js