Skip to content

Pohutukawa-2021/Powerade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A starter project for React/Redux

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 i

This 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

About

Go Powerade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors