👀 No server-side rendering, only a basic spa in react+redux built with <3
ps. this is a sample boilerplate (ready to be modified anytime you want to)
Please, make i
or make install
- Run the command
make watch
for watching updates ormake build
to get project assets compiled. (make build-prod
should resolve prod dependencies) - Commit your changes, then create your pull request
Just make run
and we're ready to rock! Access your http://localhost:3000/
- react-toolbox
- I already used in live projects and it worths for small applications which there are many components that could reused or anything like this BUT I still think a minor and default styleguide needs to be implemented such as our given
src/app/styleguide/*
- I already used in live projects and it worths for small applications which there are many components that could reused or anything like this BUT I still think a minor and default styleguide needs to be implemented such as our given
- react
- ...
- redux
- ...
- webpack
- ...
- stylus
- ...
Because it makes easier to get this move forward in terms of developing a product or website from scratch. I developed this based on some experiences I had when creating applications in Vue.js, Backbone, React and Angular v(1|2).x
- Improve README.md
- Create your project board on GitHub projects
- Preview your page and paste wireframes that represents your changes