universal-react-stack
A universal React.js stack with Express, Redux, React Router and Webpack.
Useful Links
React Server Side Rendering & HotReload by justinjung04
Install
Follow these steps to start your own project using this stack!
- Clone the repo
git clone git@github.com:crabbits/universal-react-stack
- Remove .git directory and remove the origin
- Run
npm init
- Change the name, description, author, repository details, homepage etc in package.json
- Point to your repo and you're ready to go!!
Running
To run the app locally, use npm run dev:start
in the console. Then navigate to localhost:8080
in your browser.
Testing
Testing framework has already been setup using Mocha, Enzyme and Chai. To run tests just run npm test
.