- Clone this repo or download as zip
cd react-start
npm install
gulp
- Open http://localhost:1340/ in your browser
- React.JS
- Redux
- Webpack
- Gulp
- images - used inside the app; can be divided into different folders for each page / component
-
constants.js
- defines general values used in the entire project to avoid hardcoded values inside different files and to ease the process of updating specific values
-
- general settings were applied for integrating
Redux
into the webapp - even thoughRedux
is not actively used inside the project, this is the starting point for feature implementations
- general settings were applied for integrating
-
- there are 2 pages available:
- Homepage
- main site page
Homepage.jsx
- main site page
- Not Found page
- Homepage
- there are 2 pages available:
- the main styling file is
main.styl
that has general styling rules and also imports all other.css
and.styl
files - for each page / screen of the webapp there is a corresponding
.styl
file- Example: Homepage
homepage.styl
- Example: Homepage