https://github.com/sipubohre/react-basic-setup
this is basic setup of react with webpack 2.0 and react-router 4 and with axios setup with routing.
https://github.com/sipubohre/react-basic-setup
axios-setup basic-setup expressjs phantomjs react react-router server-side-rendering webpack3
Last synced: 5 months ago
JSON representation
this is basic setup of react with webpack 2.0 and react-router 4 and with axios setup with routing.
- Host: GitHub
- URL: https://github.com/sipubohre/react-basic-setup
- Owner: sipubohre
- Created: 2018-03-20T06:46:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T20:25:21.000Z (over 7 years ago)
- Last Synced: 2025-02-17T11:32:59.642Z (10 months ago)
- Topics: axios-setup, basic-setup, expressjs, phantomjs, react, react-router, server-side-rendering, webpack3
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-basic-setup
this is basic setup of react with webpack 2.0 and react-router 4 and with axios setup with routing.
this is basic setup of react.
i think basic setup is more compplicated than developement in react and it is not necessary to learn all these things.
this setup contains
1- webpack 2.0
2- react-router 4
3- es6
4- react- helmet for seo
5- using nodejs for server side rendering
6- using phantom script for using node.js
7- error boundary for error handler
8- conditional rendering for authentication
Using Instruction ->
1- clone it using git clone https://github.com/sipubohre/react-basic-setup.git
2- cd react-basic-setup
3- npm install
4- npm run dev
5- npm run start
6- open browser and goto localhost:3000/
now you will seing welcome text.